Html Css Color HEX #406912 Green Leaf

📋 copy color: '#406912'

red 64 ◦ green 105 ◦ blue 18

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

Shades of Green Leaf #406912

Tints of Green Leaf #406912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.15%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 34.22%
G = 56.15%
B = 9.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#406912 (or 0x406912) is known color: Green Leaf. HEX triplet: 40, 69 and 12. RGB value is (64,105,18). Sum of RGB (Red+Green+Blue) = 64+105+18=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #406912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406912 is #BF96ED. Grayscale: #535353. Windows color (decimal): -12556014 or 1206592. OLE color: 1206592.

HSL color Cylindrical-coordinate representation of color #406912: hue angle of 88.28º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #406912 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 18 -
CMYK 0.39 0 0.83 0.59
HSL 88.28º 0.71% 0.24% -
HSV(B) 88.28º 0.83% 0.41% -
XYZ 7.28 11.24 2.36 -
YUV 82.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 64 105 18 0.39 0 0.83 0.59 88.28 0.71 0.24
Hex 40 69 12 27 0 53 3B 58 47 18
Octal 100 151 22 47 0 123 73 130 107 30
Binary 1000000 1101001 10010 100111 0 1010011 111011 1011000 1000111 11000

Color Harmonies of #406912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406912

Black with #406912

Text Example


Text Example

White with #406912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406912; }

 p { color: rgb(64,105,18); }

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

background-color css

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

 a { background-color: rgb(64,105,18); }

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

border-color css

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

 span { border-color: rgb(64,105,18); }

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