#4C715B

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

Shades of Como #4C715B

Tints of Como #4C715B

Color information

#4C715B (or 0x4C715B) is unknown color: approx Como. HEX triplet: 4C, 71 and 5B. RGB value is (76,113,91). Sum of RGB (Red+Green+Blue) = 76+113+91=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #4C715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C715B is #B38EA4. Grayscale: #636363. Windows color (decimal): -11767461 or 5992780. OLE color: 5992780.

HSL color Cylindrical-coordinate representation of color #4C715B: hue angle of 144.32º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C715B is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB7611391-
CMYK0.3300.190.56
HSL144.32º19.58%37.06%-
HSV(B)144.32º32.74%44.31%-
XYZ10.7714.112.05-
YUV99.43123.24111.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.14%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=27.14%
G=40.36%
B=32.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76113910.3300.190.56144.3219.5837.06
Hex4C715B2101338901425
Octal11416113341023702202445
Binary1001100111000110110111000010100111110001001000010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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