#475A2F

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

Shades of Clover #475A2F

Tints of Clover #475A2F

Color information

#475A2F (or 0x475A2F) is unknown color: approx Clover. HEX triplet: 47, 5A and 2F. RGB value is (71,90,47). Sum of RGB (Red+Green+Blue) = 71+90+47=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #475A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A2F is #B8A5D0. Grayscale: #4F4F4F. Windows color (decimal): -12101073 or 3103303. OLE color: 3103303.

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

Color convert

RGB719047-
CMYK0.2100.480.65
HSL86.51º31.39%26.86%-
HSV(B)86.51º47.78%35.29%-
XYZ6.778.864.04-
YUV79.42109.71122-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=34.13%
G=43.27%
B=22.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190470.2100.480.6586.5131.3926.86
Hex475A2F1503041571f1b
Octal10713257250601011273733
Binary10001111011010101111101010110000100000110101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,90,47); }

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

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

 a { background-color: rgb(71,90,47); }

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

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

 span { border-color: rgb(71,90,47); }

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