#4C705C

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

Shades of Como #4C705C

Tints of Como #4C705C

Color information

#4C705C (or 0x4C705C) is unknown color: approx Como. HEX triplet: 4C, 70 and 5C. RGB value is (76,112,92). Sum of RGB (Red+Green+Blue) = 76+112+92=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #4C705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C705C is #B38FA3. Grayscale: #636363. Windows color (decimal): -11767716 or 6058060. OLE color: 6058060.

HSL color Cylindrical-coordinate representation of color #4C705C: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C705C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB7611292-
CMYK0.3200.180.56
HSL146.67º19.15%36.86%-
HSV(B)146.67º32.14%43.92%-
XYZ10.7113.912.24-
YUV98.96124.07111.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.14%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=27.14%
G=40%
B=32.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112920.3200.180.56146.6719.1536.86
Hex4C705C2001238931325
Octal11416013440022702232345
Binary1001100111000010111001000000100101110001001001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,112,92); }

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

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

 a { background-color: rgb(76,112,92); }

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

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

 span { border-color: rgb(76,112,92); }

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