#4A6020

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

Shades of Clover #4A6020

Tints of Clover #4A6020

Color information

#4A6020 (or 0x4A6020) is unknown color: approx Clover. HEX triplet: 4A, 60 and 20. RGB value is (74,96,32). Sum of RGB (Red+Green+Blue) = 74+96+32=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6020 is #B59FDF. Grayscale: #525252. Windows color (decimal): -11902944 or 2121802. OLE color: 2121802.

HSL color Cylindrical-coordinate representation of color #4A6020: hue angle of 80.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6020 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB749632-
CMYK0.2300.670.62
HSL80.62º50%25.1%-
HSV(B)80.62º66.67%37.65%-
XYZ7.279.932.9-
YUV82.1399.71122.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.63%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=36.63%
G=47.52%
B=15.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496320.2300.670.6280.625025.1
Hex4A6020170433E513219
Octal11214040270103761216231
Binary100101011000001000001011101000011111110101000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,32); }

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

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

 a { background-color: rgb(74,96,32); }

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

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

 span { border-color: rgb(74,96,32); }

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