#4C602D

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

Shades of Clover #4C602D

Tints of Clover #4C602D

Color information

#4C602D (or 0x4C602D) is unknown color: approx Clover. HEX triplet: 4C, 60 and 2D. RGB value is (76,96,45). Sum of RGB (Red+Green+Blue) = 76+96+45=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #4C602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C602D is #B39FD2. Grayscale: #545454. Windows color (decimal): -11771859 or 2973772. OLE color: 2973772.

HSL color Cylindrical-coordinate representation of color #4C602D: hue angle of 83.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C602D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB769645-
CMYK0.2100.530.62
HSL83.53º36.17%27.65%-
HSV(B)83.53º53.12%37.65%-
XYZ7.6410.094.03-
YUV84.21105.87122.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=35.02%
G=44.24%
B=20.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696450.2100.530.6283.5336.1727.65
Hex4C602D150353E54241c
Octal1141405525065761244434
Binary10011001100000101101101010110101111110101010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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