#4C7558

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

Shades of Como #4C7558

Tints of Como #4C7558

Color information

#4C7558 (or 0x4C7558) is unknown color: approx Como. HEX triplet: 4C, 75 and 58. RGB value is (76,117,88). Sum of RGB (Red+Green+Blue) = 76+117+88=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7558 is #B38AA7. Grayscale: #656565. Windows color (decimal): -11766440 or 5797196. OLE color: 5797196.

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

Color convert

RGB7611788-
CMYK0.3500.250.54
HSL137.56º21.24%37.84%-
HSV(B)137.56º35.04%45.88%-
XYZ11.114.9611.54-
YUV101.44120.42109.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.05%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=27.05%
G=41.64%
B=31.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76117880.3500.250.54137.5621.2437.84
Hex4C755823019368a1526
Octal11416513043031662122546
Binary1001100111010110110001000110110011101101000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,117,88); }

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

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

 a { background-color: rgb(76,117,88); }

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

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

 span { border-color: rgb(76,117,88); }

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