#4C7056

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

Shades of Como #4C7056

Tints of Como #4C7056

Color information

#4C7056 (or 0x4C7056) is unknown color: approx Como. HEX triplet: 4C, 70 and 56. RGB value is (76,112,86). Sum of RGB (Red+Green+Blue) = 76+112+86=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7056 is #B38FA9. Grayscale: #626262. Windows color (decimal): -11767722 or 5664844. OLE color: 5664844.

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

Color convert

RGB7611286-
CMYK0.3200.230.56
HSL136.67º19.15%36.86%-
HSV(B)136.67º32.14%43.92%-
XYZ10.4513.810.92-
YUV98.27121.07112.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.74%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=27.74%
G=40.88%
B=31.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112860.3200.230.56136.6719.1536.86
Hex4C70562001738891325
Octal11416012640027702112345
Binary1001100111000010101101000000101111110001000100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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