Html Css Color HEX #406118 Clover

📋 copy color: '#406118'

red 64 ◦ green 97 ◦ blue 24

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

Shades of Clover #406118

Tints of Clover #406118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 34.59%
G = 52.43%
B = 12.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#406118 (or 0x406118) is known color: Clover. HEX triplet: 40, 61 and 18. RGB value is (64,97,24). Sum of RGB (Red+Green+Blue) = 64+97+24=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #406118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406118 is #BF9EE7. Grayscale: #4F4F4F. Windows color (decimal): -12558056 or 1597760. OLE color: 1597760.

HSL color Cylindrical-coordinate representation of color #406118: hue angle of 87.12º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406118 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 24 -
CMYK 0.34 0 0.75 0.62
HSL 87.12º 0.6% 0.24% -
HSV(B) 87.12º 0.75% 0.38% -
XYZ 6.55 9.71 2.39 -
YUV 78.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 64 97 24 0.34 0 0.75 0.62 87.12 0.6 0.24
Hex 40 61 18 22 0 4B 3E 57 3C 18
Octal 100 141 30 42 0 113 76 127 74 30
Binary 1000000 1100001 11000 100010 0 1001011 111110 1010111 111100 11000

Color Harmonies of #406118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406118

Black with #406118

Text Example


Text Example

White with #406118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406118; }

 p { color: rgb(64,97,24); }

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

background-color css

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

 a { background-color: rgb(64,97,24); }

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

border-color css

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

 span { border-color: rgb(64,97,24); }

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