#4C7A60

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

Shades of Como #4C7A60

Tints of Como #4C7A60

Color information

#4C7A60 (or 0x4C7A60) is unknown color: approx Como. HEX triplet: 4C, 7A and 60. RGB value is (76,122,96). Sum of RGB (Red+Green+Blue) = 76+122+96=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A60 is #B3859F. Grayscale: #696969. Windows color (decimal): -11765152 or 6322764. OLE color: 6322764.

HSL color Cylindrical-coordinate representation of color #4C7A60: hue angle of 146.09º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7A60 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB7612296-
CMYK0.3800.210.52
HSL146.09º23.23%38.82%-
HSV(B)146.09º37.7%47.84%-
XYZ12.0516.313.58-
YUV105.28122.76107.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.85%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=25.85%
G=41.50%
B=32.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76122960.3800.210.52146.0923.2338.82
Hex4C7A602601534921727
Octal11417214046025642222747
Binary1001100111101011000001001100101011101001001001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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