#4C8060

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

Shades of Como #4C8060

Tints of Como #4C8060

Color information

#4C8060 (or 0x4C8060) is unknown color: approx Como. HEX triplet: 4C, 80 and 60. RGB value is (76,128,96). Sum of RGB (Red+Green+Blue) = 76+128+96=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8060 is #B37F9F. Grayscale: #6C6C6C. Windows color (decimal): -11763616 or 6324300. OLE color: 6324300.

HSL color Cylindrical-coordinate representation of color #4C8060: hue angle of 143.08º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8060 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB7612896-
CMYK0.4100.250.50
HSL143.08º25.49%40%-
HSV(B)143.08º40.62%50.2%-
XYZ12.8117.8213.83-
YUV108.8120.77104.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 96 (37.89% from 255) = 32%
R=25.33%
G=42.67%
B=32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76128960.4100.250.50143.0825.4940
Hex4C806029019328f1928
Octal11420014051031622173150
Binary10011001000000011000001010010110011100101000111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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