#4A572E

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

Shades of Clover #4A572E

Tints of Clover #4A572E

Color information

#4A572E (or 0x4A572E) is unknown color: approx Clover. HEX triplet: 4A, 57 and 2E. RGB value is (74,87,46). Sum of RGB (Red+Green+Blue) = 74+87+46=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #4A572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A572E is #B5A8D1. Grayscale: #4E4E4E. Windows color (decimal): -11905234 or 3037002. OLE color: 3037002.

HSL color Cylindrical-coordinate representation of color #4A572E: hue angle of 79.02º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A572E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB748746-
CMYK0.1500.470.66
HSL79.02º30.83%26.08%-
HSV(B)79.02º47.13%34.12%-
XYZ6.738.473.87-
YUV78.44109.69124.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=35.75%
G=42.03%
B=22.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7487460.1500.470.6679.0230.8326.08
Hex4A572EF02F424f1f1a
Octal11212756170571021173732
Binary1001010101011110111011110101111100001010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A572E; }

 p { color: rgb(74,87,46); }

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

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

 a { background-color: rgb(74,87,46); }

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

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

 span { border-color: rgb(74,87,46); }

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