#475527

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

Shades of Clover #475527

Tints of Clover #475527

Color information

#475527 (or 0x475527) is unknown color: approx Clover. HEX triplet: 47, 55 and 27. RGB value is (71,85,39). Sum of RGB (Red+Green+Blue) = 71+85+39=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #475527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475527 is #B8AAD8. Grayscale: #4B4B4B. Windows color (decimal): -12102361 or 2577735. OLE color: 2577735.

HSL color Cylindrical-coordinate representation of color #475527: hue angle of 78.26º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475527 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB718539-
CMYK0.1600.540.67
HSL78.26º37.1%24.31%-
HSV(B)78.26º54.12%33.33%-
XYZ6.217.983.13-
YUV75.57107.36124.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 39 (15.62% from 255) = 20%
R=36.41%
G=43.59%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185390.1600.540.6778.2637.124.31
Hex47552710036434e2518
Octal10712547200661031164530
Binary100011110101011001111000001101101000011100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475527; }

 p { color: rgb(71,85,39); }

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

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

 a { background-color: rgb(71,85,39); }

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

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

 span { border-color: rgb(71,85,39); }

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