Html Css Color HEX #476120 Clover

📋 copy color: '#476120'

red 71 ◦ green 97 ◦ blue 32

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

Shades of Clover #476120

Tints of Clover #476120

RGB

 RED value IS 71 (28.13% from 255) = 35.5%

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

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

R = 35.5%
G = 48.5%
B = 16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#476120 (or 0x476120) is known color: Clover. HEX triplet: 47, 61 and 20. RGB value is (71,97,32). Sum of RGB (Red+Green+Blue) = 71+97+32=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #476120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476120 is #B89EDF. Grayscale: #525252. Windows color (decimal): -12099296 or 2122055. OLE color: 2122055.

HSL color Cylindrical-coordinate representation of color #476120: hue angle of 84º 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 #476120 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 32 -
CMYK 0.27 0 0.67 0.62
HSL 84º 0.5% 0.25% -
HSV(B) 84º 0.67% 0.38% -
XYZ 7.13 9.99 2.92 -
YUV 81.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 71 97 32 0.27 0 0.67 0.62 84 0.5 0.25
Hex 47 61 20 1B 0 43 3E 54 32 19
Octal 107 141 40 33 0 103 76 124 62 31
Binary 1000111 1100001 100000 11011 0 1000011 111110 1010100 110010 11001

Color Harmonies of #476120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476120

Black with #476120

Text Example


Text Example

White with #476120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476120; }

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

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

background-color css

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

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

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

border-color css

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

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

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