#4C602A

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

Shades of Clover #4C602A

Tints of Clover #4C602A

Color information

#4C602A (or 0x4C602A) is unknown color: approx Clover. HEX triplet: 4C, 60 and 2A. RGB value is (76,96,42). Sum of RGB (Red+Green+Blue) = 76+96+42=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #4C602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C602A is #B39FD5. Grayscale: #545454. Windows color (decimal): -11771862 or 2777164. OLE color: 2777164.

HSL color Cylindrical-coordinate representation of color #4C602A: hue angle of 82.22º 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 #4C602A is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB769642-
CMYK0.2100.560.62
HSL82.22º39.13%27.06%-
HSV(B)82.22º56.25%37.65%-
XYZ7.5810.073.73-
YUV83.86104.37122.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.51%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=35.51%
G=44.86%
B=19.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696420.2100.560.6282.2239.1327.06
Hex4C602A150383E52271b
Octal1141405225070761224733
Binary10011001100000101010101010111000111110101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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