#4C7362

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

Shades of Como #4C7362

Tints of Como #4C7362

Color information

#4C7362 (or 0x4C7362) is unknown color: approx Como. HEX triplet: 4C, 73 and 62. RGB value is (76,115,98). Sum of RGB (Red+Green+Blue) = 76+115+98=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7362 is #B38C9D. Grayscale: #656565. Windows color (decimal): -11766942 or 6452044. OLE color: 6452044.

HSL color Cylindrical-coordinate representation of color #4C7362: hue angle of 153.85º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C7362 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB7611598-
CMYK0.3400.150.55
HSL153.85º20.42%37.45%-
HSV(B)153.85º33.91%45.1%-
XYZ11.3214.6813.79-
YUV101.4126.08109.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=26.30%
G=39.79%
B=33.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76115980.3400.150.55153.8520.4237.45
Hex4C7362220F379a1425
Octal11416314242017672322445
Binary100110011100111100010100010011111101111001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,98); }

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

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

 a { background-color: rgb(76,115,98); }

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

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

 span { border-color: rgb(76,115,98); }

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