#3E8C14

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

Shades of La Palma #3E8C14

Tints of La Palma #3E8C14

Color information

#3E8C14 (or 0x3E8C14) is unknown color: approx La Palma. HEX triplet: 3E, 8C and 14. RGB value is (62,140,20). Sum of RGB (Red+Green+Blue) = 62+140+20=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 140 (55.08% from 255 or 63.06% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8C14 is #C173EB. Grayscale: #676767. Windows color (decimal): -12678124 or 1346622. OLE color: 1346622.

HSL color Cylindrical-coordinate representation of color #3E8C14: hue angle of 99º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E8C14 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB6214020-
CMYK0.5600.860.45
HSL99º75%31.37%-
HSV(B)99º85.71%54.9%-
XYZ11.4919.833.88-
YUV10381.1698.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.93%
GREEN value IS 140 (55.08% from 255) = 63.06%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=27.93%
G=63.06%
B=9.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62140200.5600.860.45997531.37
Hex3E8C14380562D634b1f
Octal76214247001265514311337
Binary1111101000110010100111000010101101011011100011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8C14; }

 p { color: rgb(62,140,20); }

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

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

 a { background-color: rgb(62,140,20); }

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

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

 span { border-color: rgb(62,140,20); }

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