#399114

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

Shades of La Palma #399114

Tints of La Palma #399114

Color information

#399114 (or 0x399114) is unknown color: approx La Palma. HEX triplet: 39, 91 and 14. RGB value is (57,145,20). Sum of RGB (Red+Green+Blue) = 57+145+20=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #399114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399114 is #C66EEB. Grayscale: #686868. Windows color (decimal): -13004524 or 1347897. OLE color: 1347897.

HSL color Cylindrical-coordinate representation of color #399114: hue angle of 102.24º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #399114 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB5714520-
CMYK0.6100.860.43
HSL102.24º75.76%32.35%-
HSV(B)102.24º86.21%56.86%-
XYZ11.9421.174.12-
YUV104.4480.3594.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 145 (57.03% from 255) = 65.32%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=25.68%
G=65.32%
B=9.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145200.6100.860.43102.2475.7632.35
Hex3991143D0562B664c20
Octal71221247501265314611440
Binary11100110010001101001111010101011010101111001101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399114; }

 p { color: rgb(57,145,20); }

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

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

 a { background-color: rgb(57,145,20); }

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

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

 span { border-color: rgb(57,145,20); }

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