#4C5A34

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

Shades of Clover #4C5A34

Tints of Clover #4C5A34

Color information

#4C5A34 (or 0x4C5A34) is unknown color: approx Clover. HEX triplet: 4C, 5A and 34. RGB value is (76,90,52). Sum of RGB (Red+Green+Blue) = 76+90+52=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A34 is #B3A5CB. Grayscale: #515151. Windows color (decimal): -11773388 or 3430988. OLE color: 3430988.

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

Color convert

RGB769052-
CMYK0.1600.420.65
HSL82.11º26.76%27.84%-
HSV(B)82.11º42.22%35.29%-
XYZ7.269.14.62-
YUV81.48111.36124.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=34.86%
G=41.28%
B=23.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7690520.1600.420.6582.1126.7627.84
Hex4C5A341002A41521b1c
Octal11413264200521011223334
Binary10011001011010110100100000101010100000110100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,90,52); }

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

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

 a { background-color: rgb(76,90,52); }

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

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

 span { border-color: rgb(76,90,52); }

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