#475132

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

Shades of Clover #475132

Tints of Clover #475132

Color information

#475132 (or 0x475132) is unknown color: approx Clover. HEX triplet: 47, 51 and 32. RGB value is (71,81,50). Sum of RGB (Red+Green+Blue) = 71+81+50=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #475132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475132 is #B8AECD. Grayscale: #4A4A4A. Windows color (decimal): -12103374 or 3297607. OLE color: 3297607.

HSL color Cylindrical-coordinate representation of color #475132: hue angle of 79.35º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475132 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB718150-
CMYK0.1200.380.68
HSL79.35º23.66%25.69%-
HSV(B)79.35º38.27%31.76%-
XYZ6.127.454.13-
YUV74.48114.19125.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=35.15%
G=40.10%
B=24.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181500.1200.380.6879.3523.6625.69
Hex475132C026444f181a
Octal10712162140461041173032
Binary1000111101000111001011000100110100010010011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475132; }

 p { color: rgb(71,81,50); }

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

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

 a { background-color: rgb(71,81,50); }

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

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

 span { border-color: rgb(71,81,50); }

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