Html Css Color HEX #406C11 Green Leaf

📋 copy color: '#406C11'

red 64 ◦ green 108 ◦ blue 17

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

Shades of Green Leaf #406C11

Tints of Green Leaf #406C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 57.14%

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 33.86%
G = 57.14%
B = 8.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#406C11 (or 0x406C11) is known color: Green Leaf. HEX triplet: 40, 6C and 11. RGB value is (64,108,17). Sum of RGB (Red+Green+Blue) = 64+108+17=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #406C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406C11 is #BF93EE. Grayscale: #545454. Windows color (decimal): -12555247 or 1141824. OLE color: 1141824.

HSL color Cylindrical-coordinate representation of color #406C11: hue angle of 89.01º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #406C11 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 108 17 -
CMYK 0.41 0 0.84 0.58
HSL 89.01º 0.73% 0.25% -
HSV(B) 89.01º 0.84% 0.42% -
XYZ 7.58 11.86 2.42 -
YUV 84.47 89.92 113.4 -
System Red Green Blue C M Y K H S L
Decimal 64 108 17 0.41 0 0.84 0.58 89.01 0.73 0.25
Hex 40 6C 11 29 0 54 3A 59 49 19
Octal 100 154 21 51 0 124 72 131 111 31
Binary 1000000 1101100 10001 101001 0 1010100 111010 1011001 1001001 11001

Color Harmonies of #406C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C11

Black with #406C11

Text Example


Text Example

White with #406C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406C11; }

 p { color: rgb(64,108,17); }

 H1.HeaderClassName
 {
   color: #406C11;
 }
 .AnyTagClassName
 {
   color: #406C11;
 }
</style>

background-color css

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

 a { background-color: rgb(64,108,17); }

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

border-color css

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

 span { border-color: rgb(64,108,17); }

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