#475E2C

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

Shades of Clover #475E2C

Tints of Clover #475E2C

Color information

#475E2C (or 0x475E2C) is unknown color: approx Clover. HEX triplet: 47, 5E and 2C. RGB value is (71,94,44). Sum of RGB (Red+Green+Blue) = 71+94+44=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #475E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E2C is #B8A1D3. Grayscale: #515151. Windows color (decimal): -12100052 or 2907719. OLE color: 2907719.

HSL color Cylindrical-coordinate representation of color #475E2C: hue angle of 87.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475E2C is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB719444-
CMYK0.2400.530.63
HSL87.6º36.23%27.06%-
HSV(B)87.6º53.19%36.86%-
XYZ7.069.533.85-
YUV81.42106.88120.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=33.97%
G=44.98%
B=21.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194440.2400.530.6387.636.2327.06
Hex475E2C180353F58241b
Octal1071365430065771304433
Binary10001111011110101100110000110101111111101100010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475E2C; }

 p { color: rgb(71,94,44); }

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

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

 a { background-color: rgb(71,94,44); }

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

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

 span { border-color: rgb(71,94,44); }

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