Html Css Color HEX #406F0F Green Leaf

📋 copy color: '#406F0F'

red 64 ◦ green 111 ◦ blue 15

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

Shades of Green Leaf #406F0F

Tints of Green Leaf #406F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 58.42%

 BLUE value IS 15 (6.25% from 255) = 7.89%

R = 33.68%
G = 58.42%
B = 7.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#406F0F (or 0x406F0F) is known color: Green Leaf. HEX triplet: 40, 6F and 0F. RGB value is (64,111,15). Sum of RGB (Red+Green+Blue) = 64+111+15=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #406F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F0F is #BF90F0. Grayscale: #565656. Windows color (decimal): -12554481 or 1011520. OLE color: 1011520.

HSL color Cylindrical-coordinate representation of color #406F0F: hue angle of 89.37º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #406F0F is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 15 -
CMYK 0.42 0 0.86 0.56
HSL 89.37º 0.76% 0.25% -
HSV(B) 89.37º 0.86% 0.44% -
XYZ 7.89 12.49 2.45 -
YUV 86 87.93 112.31 -
System Red Green Blue C M Y K H S L
Decimal 64 111 15 0.42 0 0.86 0.56 89.37 0.76 0.25
Hex 40 6F F 2A 0 56 38 59 4C 19
Octal 100 157 17 52 0 126 70 131 114 31
Binary 1000000 1101111 1111 101010 0 1010110 111000 1011001 1001100 11001

Color Harmonies of #406F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F0F

Black with #406F0F

Text Example


Text Example

White with #406F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,15); }

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

background-color css

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

 a { background-color: rgb(64,111,15); }

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

border-color css

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

 span { border-color: rgb(64,111,15); }

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