#475235

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

Shades of Clover #475235

Tints of Clover #475235

Color information

#475235 (or 0x475235) is unknown color: approx Clover. HEX triplet: 47, 52 and 35. RGB value is (71,82,53). Sum of RGB (Red+Green+Blue) = 71+82+53=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #475235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475235 is #B8ADCA. Grayscale: #4B4B4B. Windows color (decimal): -12103115 or 3494471. OLE color: 3494471.

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

Color convert

RGB718253-
CMYK0.1300.350.68
HSL82.76º21.48%26.47%-
HSV(B)82.76º35.37%32.16%-
XYZ6.267.634.51-
YUV75.4115.36124.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=34.47%
G=39.81%
B=25.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182530.1300.350.6882.7621.4826.47
Hex475235D0234453151a
Octal10712265150431041232532
Binary1000111101001011010111010100011100010010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475235; }

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

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

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

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

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

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

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

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