Html Css Color HEX #408B15 La Palma

📋 copy color: '#408B15'

red 64 ◦ green 139 ◦ blue 21

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

Shades of La Palma #408B15

Tints of La Palma #408B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 28.57%
G = 62.05%
B = 9.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#408B15 (or 0x408B15) is known color: La Palma. HEX triplet: 40, 8B and 15. RGB value is (64,139,21). Sum of RGB (Red+Green+Blue) = 64+139+21=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #408B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408B15 is #BF74EA. Grayscale: #676767. Windows color (decimal): -12547307 or 1411904. OLE color: 1411904.

HSL color Cylindrical-coordinate representation of color #408B15: hue angle of 98.14º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #408B15 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 21 -
CMYK 0.54 0 0.85 0.45
HSL 98.14º 0.74% 0.31% -
HSV(B) 98.14º 0.85% 0.55% -
XYZ 11.48 19.61 3.89 -
YUV 103.12 81.65 100.09 -
System Red Green Blue C M Y K H S L
Decimal 64 139 21 0.54 0 0.85 0.45 98.14 0.74 0.31
Hex 40 8B 15 36 0 55 2D 62 4A 1F
Octal 100 213 25 66 0 125 55 142 112 37
Binary 1000000 10001011 10101 110110 0 1010101 101101 1100010 1001010 11111

Color Harmonies of #408B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B15

Black with #408B15

Text Example


Text Example

White with #408B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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