#475032

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

Shades of Clover #475032

Tints of Clover #475032

Color information

#475032 (or 0x475032) is unknown color: approx Clover. HEX triplet: 47, 50 and 32. RGB value is (71,80,50). Sum of RGB (Red+Green+Blue) = 71+80+50=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #475032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475032 is #B8AFCD. Grayscale: #4A4A4A. Windows color (decimal): -12103630 or 3297351. OLE color: 3297351.

HSL color Cylindrical-coordinate representation of color #475032: hue angle of 78º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475032 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB718050-
CMYK0.1100.370.69
HSL78º23.08%25.49%-
HSV(B)78º37.5%31.37%-
XYZ6.047.314.11-
YUV73.89114.52125.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=35.32%
G=39.80%
B=24.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180500.1100.370.697823.0825.49
Hex475032B025454e1719
Octal10712062130451051162731
Binary1000111101000011001010110100101100010110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475032; }

 p { color: rgb(71,80,50); }

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

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

 a { background-color: rgb(71,80,50); }

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

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

 span { border-color: rgb(71,80,50); }

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