#4D8E63

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

Shades of Como #4D8E63

Tints of Como #4D8E63

Color information

#4D8E63 (or 0x4D8E63) is unknown color: approx Como. HEX triplet: 4D, 8E and 63. RGB value is (77,142,99). Sum of RGB (Red+Green+Blue) = 77+142+99=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8E63 is #B2719C. Grayscale: #757575. Windows color (decimal): -11694493 or 6524493. OLE color: 6524493.

HSL color Cylindrical-coordinate representation of color #4D8E63: hue angle of 140.31º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8E63 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB7714299-
CMYK0.4600.300.44
HSL140.31º29.68%42.94%-
HSV(B)140.31º45.77%55.69%-
XYZ14.9921.8215.23-
YUV117.66117.4799-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.21%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=24.21%
G=44.65%
B=31.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77142990.4600.300.44140.3129.6842.94
Hex4D8E632E01E2C8c1e2b
Octal11521614356036542143653
Binary10011011000111011000111011100111101011001000110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,99); }

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

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

 a { background-color: rgb(77,142,99); }

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

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

 span { border-color: rgb(77,142,99); }

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