#4C5A28

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

Shades of Clover #4C5A28

Tints of Clover #4C5A28

Color information

#4C5A28 (or 0x4C5A28) is unknown color: approx Clover. HEX triplet: 4C, 5A and 28. RGB value is (76,90,40). Sum of RGB (Red+Green+Blue) = 76+90+40=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A28 is #B3A5D7. Grayscale: #505050. Windows color (decimal): -11773400 or 2644556. OLE color: 2644556.

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

Color convert

RGB769040-
CMYK0.1600.560.65
HSL76.8º38.46%25.49%-
HSV(B)76.8º55.56%35.29%-
XYZ7.0293.38-
YUV80.11105.36125.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=36.89%
G=43.69%
B=19.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7690400.1600.560.6576.838.4625.49
Hex4C5A2810038414d2619
Octal11413250200701011154631
Binary100110010110101010001000001110001000001100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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