#4C705F

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

Shades of Como #4C705F

Tints of Como #4C705F

Color information

#4C705F (or 0x4C705F) is unknown color: approx Como. HEX triplet: 4C, 70 and 5F. RGB value is (76,112,95). Sum of RGB (Red+Green+Blue) = 76+112+95=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #4C705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C705F is #B38FA0. Grayscale: #636363. Windows color (decimal): -11767713 or 6254668. OLE color: 6254668.

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

Color convert

RGB7611295-
CMYK0.3200.150.56
HSL151.67º19.15%36.86%-
HSV(B)151.67º32.14%43.92%-
XYZ10.8413.9512.95-
YUV99.3125.57111.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.86%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=26.86%
G=39.58%
B=33.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112950.3200.150.56151.6719.1536.86
Hex4C705F200F38981325
Octal11416013740017702302345
Binary100110011100001011111100000011111110001001100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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