#4C705D

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

Shades of Como #4C705D

Tints of Como #4C705D

Color information

#4C705D (or 0x4C705D) is unknown color: approx Como. HEX triplet: 4C, 70 and 5D. RGB value is (76,112,93). Sum of RGB (Red+Green+Blue) = 76+112+93=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #4C705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C705D is #B38FA2. Grayscale: #636363. Windows color (decimal): -11767715 or 6123596. OLE color: 6123596.

HSL color Cylindrical-coordinate representation of color #4C705D: hue angle of 148.33º 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 #4C705D is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB7611293-
CMYK0.3200.170.56
HSL148.33º19.15%36.86%-
HSV(B)148.33º32.14%43.92%-
XYZ10.7513.9212.48-
YUV99.07124.57111.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.05%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=27.05%
G=39.86%
B=33.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112930.3200.170.56148.3319.1536.86
Hex4C705D2001138941325
Octal11416013540021702242345
Binary1001100111000010111011000000100011110001001010010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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