#476020

Color #476020 Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #476020

Tints of Clover #476020

Color information

#476020 (or 0x476020) is unknown color: approx Clover. HEX triplet: 47, 60 and 20. RGB value is (71,96,32). Sum of RGB (Red+Green+Blue) = 71+96+32=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #476020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476020 is #B89FDF. Grayscale: #515151. Windows color (decimal): -12099552 or 2121799. OLE color: 2121799.

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

Color convert

RGB719632-
CMYK0.2600.670.62
HSL83.44º50%25.1%-
HSV(B)83.44º66.67%37.65%-
XYZ7.049.812.89-
YUV81.23100.22120.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=35.68%
G=48.24%
B=16.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196320.2600.670.6283.445025.1
Hex4760201A0433E533219
Octal10714040320103761236231
Binary100011111000001000001101001000011111110101001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476020; }

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

 H1.HeaderClassName
 {
   color: #476020;
 }
 .AnyTagClassName
 {
   color: #476020;
 }
</style>
background-color css

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

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

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

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

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

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