#4C615E

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

Shades of Mako #4C615E

Tints of Mako #4C615E

Color information

#4C615E (or 0x4C615E) is unknown color: approx Mako. HEX triplet: 4C, 61 and 5E. RGB value is (76,97,94). Sum of RGB (Red+Green+Blue) = 76+97+94=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #4C615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C615E is #B39EA1. Grayscale: #5A5A5A. Windows color (decimal): -11771554 or 6185292. OLE color: 6185292.

HSL color Cylindrical-coordinate representation of color #4C615E: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C615E is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB769794-
CMYK0.2200.030.62
HSL171.43º12.14%33.92%-
HSV(B)171.43º21.65%38.04%-
XYZ9.2810.8912.2-
YUV90.38130.04117.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.46%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=28.46%
G=36.33%
B=35.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7697940.2200.030.62171.4312.1433.92
Hex4C615E16033Eabc22
Octal1141411362603762531442
Binary10011001100001101111010110011111110101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,97,94); }

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

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

 a { background-color: rgb(76,97,94); }

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

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

 span { border-color: rgb(76,97,94); }

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