#4C7A61

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

Shades of Como #4C7A61

Tints of Como #4C7A61

Color information

#4C7A61 (or 0x4C7A61) is unknown color: approx Como. HEX triplet: 4C, 7A and 61. RGB value is (76,122,97). Sum of RGB (Red+Green+Blue) = 76+122+97=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A61 is #B3859E. Grayscale: #696969. Windows color (decimal): -11765151 or 6388300. OLE color: 6388300.

HSL color Cylindrical-coordinate representation of color #4C7A61: hue angle of 147.39º 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 #4C7A61 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB7612297-
CMYK0.3800.200.52
HSL147.39º23.23%38.82%-
HSV(B)147.39º37.7%47.84%-
XYZ12.116.3213.82-
YUV105.4123.26107.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.76%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=25.76%
G=41.36%
B=32.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76122970.3800.200.52147.3923.2338.82
Hex4C7A612601434931727
Octal11417214146024642232747
Binary1001100111101011000011001100101001101001001001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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