#4A602A

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

Shades of Clover #4A602A

Tints of Clover #4A602A

Color information

#4A602A (or 0x4A602A) is unknown color: approx Clover. HEX triplet: 4A, 60 and 2A. RGB value is (74,96,42). Sum of RGB (Red+Green+Blue) = 74+96+42=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #4A602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A602A is #B59FD5. Grayscale: #535353. Windows color (decimal): -11902934 or 2777162. OLE color: 2777162.

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

Color convert

RGB749642-
CMYK0.2300.560.62
HSL84.44º39.13%27.06%-
HSV(B)84.44º56.25%37.65%-
XYZ7.429.993.73-
YUV83.27104.71121.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=34.91%
G=45.28%
B=19.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496420.2300.560.6284.4439.1327.06
Hex4A602A170383E54271b
Octal1121405227070761244733
Binary10010101100000101010101110111000111110101010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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