#475138

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

Shades of Clover #475138

Tints of Clover #475138

Color information

#475138 (or 0x475138) is unknown color: approx Clover. HEX triplet: 47, 51 and 38. RGB value is (71,81,56). Sum of RGB (Red+Green+Blue) = 71+81+56=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #475138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475138 is #B8AEC7. Grayscale: #4B4B4B. Windows color (decimal): -12103368 or 3690823. OLE color: 3690823.

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

Color convert

RGB718156-
CMYK0.1200.310.68
HSL84º18.25%26.86%-
HSV(B)84º30.86%31.76%-
XYZ6.257.514.86-
YUV75.16117.19125.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=34.13%
G=38.94%
B=26.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181560.1200.310.688418.2526.86
Hex475138C01F4454121b
Octal10712170140371041242233
Binary100011110100011110001100011111100010010101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475138; }

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

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

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

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

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

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

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

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