#475D2E

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

Shades of Clover #475D2E

Tints of Clover #475D2E

Color information

#475D2E (or 0x475D2E) is unknown color: approx Clover. HEX triplet: 47, 5D and 2E. RGB value is (71,93,46). Sum of RGB (Red+Green+Blue) = 71+93+46=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #475D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D2E is #B8A2D1. Grayscale: #515151. Windows color (decimal): -12100306 or 3038535. OLE color: 3038535.

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

Color convert

RGB719346-
CMYK0.2400.510.64
HSL88.09º33.81%27.25%-
HSV(B)88.09º50.54%36.47%-
XYZ7.019.374.02-
YUV81.06108.21120.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=33.81%
G=44.29%
B=21.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193460.2400.510.6488.0933.8127.25
Hex475D2E180334058221b
Octal10713556300631001304233
Binary100011110111011011101100001100111000000101100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,46); }

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

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

 a { background-color: rgb(71,93,46); }

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

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

 span { border-color: rgb(71,93,46); }

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