Html Css Color HEX #466120 Clover

📋 copy color: '#466120'

red 70 ◦ green 97 ◦ blue 32

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

Shades of Clover #466120

Tints of Clover #466120

RGB

 RED value IS 70 (27.73% from 255) = 35.18%

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

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 35.18%
G = 48.74%
B = 16.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#466120 (or 0x466120) is known color: Clover. HEX triplet: 46, 61 and 20. RGB value is (70,97,32). Sum of RGB (Red+Green+Blue) = 70+97+32=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #466120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466120 is #B99EDF. Grayscale: #515151. Windows color (decimal): -12164832 or 2122054. OLE color: 2122054.

HSL color Cylindrical-coordinate representation of color #466120: hue angle of 84.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466120 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 32 -
CMYK 0.28 0 0.67 0.62
HSL 84.92º 0.5% 0.25% -
HSV(B) 84.92º 0.67% 0.38% -
XYZ 7.06 9.96 2.92 -
YUV 81.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 70 97 32 0.28 0 0.67 0.62 84.92 0.5 0.25
Hex 46 61 20 1C 0 43 3E 55 32 19
Octal 106 141 40 34 0 103 76 125 62 31
Binary 1000110 1100001 100000 11100 0 1000011 111110 1010101 110010 11001

Color Harmonies of #466120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466120

Black with #466120

Text Example


Text Example

White with #466120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466120; }

 p { color: rgb(70,97,32); }

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

background-color css

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

 a { background-color: rgb(70,97,32); }

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

border-color css

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

 span { border-color: rgb(70,97,32); }

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