#4C705B

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

Shades of Como #4C705B

Tints of Como #4C705B

Color information

#4C705B (or 0x4C705B) is unknown color: approx Como. HEX triplet: 4C, 70 and 5B. RGB value is (76,112,91). Sum of RGB (Red+Green+Blue) = 76+112+91=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #4C705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C705B is #B38FA4. Grayscale: #626262. Windows color (decimal): -11767717 or 5992524. OLE color: 5992524.

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

Color convert

RGB7611291-
CMYK0.3200.190.56
HSL145º19.15%36.86%-
HSV(B)145º32.14%43.92%-
XYZ10.6613.8812.01-
YUV98.84123.57111.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.24%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=27.24%
G=40.14%
B=32.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112910.3200.190.5614519.1536.86
Hex4C705B2001338911325
Octal11416013340023702212345
Binary1001100111000010110111000000100111110001001000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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