#475C30

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

Shades of Clover #475C30

Tints of Clover #475C30

Color information

#475C30 (or 0x475C30) is unknown color: approx Clover. HEX triplet: 47, 5C and 30. RGB value is (71,92,48). Sum of RGB (Red+Green+Blue) = 71+92+48=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #475C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C30 is #B8A3CF. Grayscale: #505050. Windows color (decimal): -12100560 or 3169351. OLE color: 3169351.

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

Color convert

RGB719248-
CMYK0.2300.480.64
HSL88.64º31.43%27.45%-
HSV(B)88.64º47.83%36.08%-
XYZ6.969.214.21-
YUV80.7109.54121.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=33.65%
G=43.60%
B=22.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7192480.2300.480.6488.6431.4327.45
Hex475C301703040591f1b
Octal10713460270601001313733
Binary10001111011100110000101110110000100000010110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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