#4C8B60

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

Shades of Como #4C8B60

Tints of Como #4C8B60

Color information

#4C8B60 (or 0x4C8B60) is unknown color: approx Como. HEX triplet: 4C, 8B and 60. RGB value is (76,139,96). Sum of RGB (Red+Green+Blue) = 76+139+96=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8B60 is #B3749F. Grayscale: #737373. Windows color (decimal): -11760800 or 6327116. OLE color: 6327116.

HSL color Cylindrical-coordinate representation of color #4C8B60: hue angle of 139.05º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8B60 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB7613996-
CMYK0.4500.310.45
HSL139.05º29.3%42.16%-
HSV(B)139.05º45.32%54.51%-
XYZ14.3220.8514.34-
YUV115.26117.13100-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=24.44%
G=44.69%
B=30.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76139960.4500.310.45139.0529.342.16
Hex4C8B602D01F2D8b1d2a
Octal11421314055037552133552
Binary10011001000101111000001011010111111011011000101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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