#475332

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

Shades of Clover #475332

Tints of Clover #475332

Color information

#475332 (or 0x475332) is unknown color: approx Clover. HEX triplet: 47, 53 and 32. RGB value is (71,83,50). Sum of RGB (Red+Green+Blue) = 71+83+50=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #475332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475332 is #B8ACCD. Grayscale: #4B4B4B. Windows color (decimal): -12102862 or 3298119. OLE color: 3298119.

HSL color Cylindrical-coordinate representation of color #475332: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475332 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB718350-
CMYK0.1400.400.67
HSL81.82º24.81%26.08%-
HSV(B)81.82º39.76%32.55%-
XYZ6.277.764.18-
YUV75.65113.52124.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=34.80%
G=40.69%
B=24.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183500.1400.400.6781.8224.8126.08
Hex475332E0284352191a
Octal10712362160501031223132
Binary1000111101001111001011100101000100001110100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475332; }

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

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

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

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

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

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

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

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