#475C28

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

Shades of Clover #475C28

Tints of Clover #475C28

Color information

#475C28 (or 0x475C28) is unknown color: approx Clover. HEX triplet: 47, 5C and 28. RGB value is (71,92,40). Sum of RGB (Red+Green+Blue) = 71+92+40=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #475C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C28 is #B8A3D7. Grayscale: #4F4F4F. Windows color (decimal): -12100568 or 2645063. OLE color: 2645063.

HSL color Cylindrical-coordinate representation of color #475C28: hue angle of 84.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #475C28 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB719240-
CMYK0.2300.570.64
HSL84.23º39.39%25.88%-
HSV(B)84.23º56.52%36.08%-
XYZ6.819.153.41-
YUV79.79105.54121.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=34.98%
G=45.32%
B=19.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7192400.2300.570.6484.2339.3925.88
Hex475C28170394054271a
Octal10713450270711001244732
Binary100011110111001010001011101110011000000101010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,92,40); }

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

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

 a { background-color: rgb(71,92,40); }

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

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

 span { border-color: rgb(71,92,40); }

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