Html Css Color HEX #408B14 La Palma

📋 copy color: '#408B14'

red 64 ◦ green 139 ◦ blue 20

#408B14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #408B14

Tints of La Palma #408B14

RGB

 RED value IS 64 (25.39% from 255) = 28.7%

 GREEN value IS 139 (54.69% from 255) = 62.33%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 28.7%
G = 62.33%
B = 8.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#408B14 (or 0x408B14) is known color: La Palma. HEX triplet: 40, 8B and 14. RGB value is (64,139,20). Sum of RGB (Red+Green+Blue) = 64+139+20=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #408B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408B14 is #BF74EB. Grayscale: #676767. Windows color (decimal): -12547308 or 1346368. OLE color: 1346368.

HSL color Cylindrical-coordinate representation of color #408B14: hue angle of 97.82º 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 #408B14 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 20 -
CMYK 0.54 0 0.86 0.45
HSL 97.82º 0.75% 0.31% -
HSV(B) 97.82º 0.86% 0.55% -
XYZ 11.47 19.61 3.84 -
YUV 103.01 81.15 100.18 -
System Red Green Blue C M Y K H S L
Decimal 64 139 20 0.54 0 0.86 0.45 97.82 0.75 0.31
Hex 40 8B 14 36 0 56 2D 62 4B 1F
Octal 100 213 24 66 0 126 55 142 113 37
Binary 1000000 10001011 10100 110110 0 1010110 101101 1100010 1001011 11111

Color Harmonies of #408B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B14

Black with #408B14

Text Example


Text Example

White with #408B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408B14; }

 p { color: rgb(64,139,20); }

 H1.HeaderClassName
 {
   color: #408B14;
 }
 .AnyTagClassName
 {
   color: #408B14;
 }
</style>

background-color css

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

 a { background-color: rgb(64,139,20); }

 div.DivClassName
 {
   background-color: #408B14;
 }
 .BgClassName
 {
   background-color: #408B14;
 }
</style>

border-color css

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

 span { border-color: rgb(64,139,20); }

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