#474F35

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

Shades of Clover #474F35

Tints of Clover #474F35

Color information

#474F35 (or 0x474F35) is unknown color: approx Clover. HEX triplet: 47, 4F and 35. RGB value is (71,79,53). Sum of RGB (Red+Green+Blue) = 71+79+53=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 79 - color contains mainly: green. Hex color #474F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F35 is #B8B0CA. Grayscale: #494949. Windows color (decimal): -12103883 or 3493703. OLE color: 3493703.

HSL color Cylindrical-coordinate representation of color #474F35: hue angle of 78.46º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474F35 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB717953-
CMYK0.1000.330.69
HSL78.46º19.7%25.88%-
HSV(B)78.46º32.91%30.98%-
XYZ6.047.194.44-
YUV73.64116.35126.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=34.98%
G=38.92%
B=26.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7179530.1000.330.6978.4619.725.88
Hex474F35A021454e141a
Octal10711765120411051162432
Binary1000111100111111010110100100001100010110011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F35; }

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

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

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

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

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

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

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

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