#4A5537

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

Shades of Clover #4A5537

Tints of Clover #4A5537

Color information

#4A5537 (or 0x4A5537) is unknown color: approx Clover. HEX triplet: 4A, 55 and 37. RGB value is (74,85,55). Sum of RGB (Red+Green+Blue) = 74+85+55=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5537 is #B5AAC8. Grayscale: #4E4E4E. Windows color (decimal): -11905737 or 3626314. OLE color: 3626314.

HSL color Cylindrical-coordinate representation of color #4A5537: hue angle of 82º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A5537 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB748555-
CMYK0.1300.350.67
HSL82º21.43%27.45%-
HSV(B)82º35.29%33.33%-
XYZ6.768.234.85-
YUV78.29114.86124.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=34.58%
G=39.72%
B=25.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485550.1300.350.678221.4327.45
Hex4A5537D0234352151b
Octal11212567150431031222533
Binary1001010101010111011111010100011100001110100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,55); }

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

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

 a { background-color: rgb(74,85,55); }

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

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

 span { border-color: rgb(74,85,55); }

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