#399516

Color #399516 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #399516

Tints of La Palma #399516

Color information

#399516 (or 0x399516) is unknown color: approx La Palma. HEX triplet: 39, 95 and 16. RGB value is (57,149,22). Sum of RGB (Red+Green+Blue) = 57+149+22=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #399516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399516 is #C66AE9. Grayscale: #6B6B6B. Windows color (decimal): -13003498 or 1479993. OLE color: 1479993.

HSL color Cylindrical-coordinate representation of color #399516: hue angle of 103.46º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #399516 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB5714922-
CMYK0.6200.850.42
HSL103.46º74.27%33.53%-
HSV(B)103.46º85.23%58.43%-
XYZ12.5822.424.42-
YUV107.0180.0292.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 65.35%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=25%
G=65.35%
B=9.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57149220.6200.850.42103.4674.2733.53
Hex3995163E0552A674a22
Octal71225267601255214711242
Binary11100110010101101101111100101010110101011001111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399516; }

 p { color: rgb(57,149,22); }

 H1.HeaderClassName
 {
   color: #399516;
 }
 .AnyTagClassName
 {
   color: #399516;
 }
</style>
background-color css

<style>
 a { background-color: #399516; }

 a { background-color: rgb(57,149,22); }

 div.DivClassName
 {
   background-color: #399516;
 }
 .BgClassName
 {
   background-color: #399516;
 }
</style>
border-color css

<style>
 span { border-color: #399516; }

 span { border-color: rgb(57,149,22); }

 td.TdClassName
 {
   border-color: #399516;
 }
 .TagClassName
 {
   border-color: #399516;
 }
</style>