#4C705A

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

Shades of Como #4C705A

Tints of Como #4C705A

Color information

#4C705A (or 0x4C705A) is unknown color: approx Como. HEX triplet: 4C, 70 and 5A. RGB value is (76,112,90). Sum of RGB (Red+Green+Blue) = 76+112+90=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #4C705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C705A is #B38FA5. Grayscale: #626262. Windows color (decimal): -11767718 or 5926988. OLE color: 5926988.

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

Color convert

RGB7611290-
CMYK0.3200.200.56
HSL143.33º19.15%36.86%-
HSV(B)143.33º32.14%43.92%-
XYZ10.6213.8611.79-
YUV98.73123.07111.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.34%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=27.34%
G=40.29%
B=32.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112900.3200.200.56143.3319.1536.86
Hex4C705A20014388f1325
Octal11416013240024702172345
Binary1001100111000010110101000000101001110001000111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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