#475232

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

Shades of Clover #475232

Tints of Clover #475232

Color information

#475232 (or 0x475232) is unknown color: approx Clover. HEX triplet: 47, 52 and 32. RGB value is (71,82,50). Sum of RGB (Red+Green+Blue) = 71+82+50=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #475232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475232 is #B8ADCD. Grayscale: #4B4B4B. Windows color (decimal): -12103118 or 3297863. OLE color: 3297863.

HSL color Cylindrical-coordinate representation of color #475232: hue angle of 80.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475232 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB718250-
CMYK0.1300.390.68
HSL80.62º24.24%25.88%-
HSV(B)80.62º39.02%32.16%-
XYZ6.197.64.16-
YUV75.06113.86125.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=34.98%
G=40.39%
B=24.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182500.1300.390.6880.6224.2425.88
Hex475232D0274451181a
Octal10712262150471041213032
Binary1000111101001011001011010100111100010010100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475232; }

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

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

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

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

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

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

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

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