#475B2E

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

Shades of Clover #475B2E

Tints of Clover #475B2E

Color information

#475B2E (or 0x475B2E) is unknown color: approx Clover. HEX triplet: 47, 5B and 2E. RGB value is (71,91,46). Sum of RGB (Red+Green+Blue) = 71+91+46=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #475B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B2E is #B8A4D1. Grayscale: #505050. Windows color (decimal): -12100818 or 3038023. OLE color: 3038023.

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

Color convert

RGB719146-
CMYK0.2200.490.64
HSL86.67º32.85%26.86%-
HSV(B)86.67º49.45%35.69%-
XYZ6.839.023.97-
YUV79.89108.87121.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 91 (35.94% from 255) = 43.75%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=34.13%
G=43.75%
B=22.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7191460.2200.490.6486.6732.8526.86
Hex475B2E160314057211b
Octal10713356260611001274133
Binary100011110110111011101011001100011000000101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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