#399012

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

Shades of La Palma #399012

Tints of La Palma #399012

Color information

#399012 (or 0x399012) is unknown color: approx La Palma. HEX triplet: 39, 90 and 12. RGB value is (57,144,18). Sum of RGB (Red+Green+Blue) = 57+144+18=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #399012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399012 is #C66FED. Grayscale: #686868. Windows color (decimal): -13004782 or 1216569. OLE color: 1216569.

HSL color Cylindrical-coordinate representation of color #399012: hue angle of 101.43º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #399012 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB5714418-
CMYK0.6000.880.44
HSL101.43º77.78%31.76%-
HSV(B)101.43º87.5%56.47%-
XYZ11.7720.863.98-
YUV103.6279.6894.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 144 (56.64% from 255) = 65.75%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=26.03%
G=65.75%
B=8.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144180.6000.880.44101.4377.7831.76
Hex3990123C0582C654e20
Octal71220227401305414511640
Binary11100110010000100101111000101100010110011001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399012; }

 p { color: rgb(57,144,18); }

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

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

 a { background-color: rgb(57,144,18); }

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

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

 span { border-color: rgb(57,144,18); }

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