#4A5932

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

Shades of Clover #4A5932

Tints of Clover #4A5932

Color information

#4A5932 (or 0x4A5932) is unknown color: approx Clover. HEX triplet: 4A, 59 and 32. RGB value is (74,89,50). Sum of RGB (Red+Green+Blue) = 74+89+50=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5932 is #B5A6CD. Grayscale: #505050. Windows color (decimal): -11904718 or 3299658. OLE color: 3299658.

HSL color Cylindrical-coordinate representation of color #4A5932: hue angle of 83.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A5932 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB748950-
CMYK0.1700.440.65
HSL83.08º28.06%27.25%-
HSV(B)83.08º43.82%34.9%-
XYZ6.978.834.35-
YUV80.07111.03123.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.74%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=34.74%
G=41.78%
B=23.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7489500.1700.440.6583.0828.0627.25
Hex4A59321102C41531c1b
Octal11213162210541011233433
Binary10010101011001110010100010101100100000110100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,89,50); }

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

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

 a { background-color: rgb(74,89,50); }

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

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

 span { border-color: rgb(74,89,50); }

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