#4D865D

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

Shades of Como #4D865D

Tints of Como #4D865D

Color information

#4D865D (or 0x4D865D) is unknown color: approx Como. HEX triplet: 4D, 86 and 5D. RGB value is (77,134,93). Sum of RGB (Red+Green+Blue) = 77+134+93=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #4D865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D865D is #B279A2. Grayscale: #707070. Windows color (decimal): -11696547 or 6129229. OLE color: 6129229.

HSL color Cylindrical-coordinate representation of color #4D865D: hue angle of 136.84º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D865D is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB7713493-
CMYK0.4300.310.47
HSL136.84º27.01%41.37%-
HSV(B)136.84º42.54%52.55%-
XYZ13.5619.4213.39-
YUV112.28117.12102.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.33%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=25.33%
G=44.08%
B=30.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77134930.4300.310.47136.8427.0141.37
Hex4D865D2B01F2F891b29
Octal11520613553037572113351
Binary10011011000011010111011010110111111011111000100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,134,93); }

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

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

 a { background-color: rgb(77,134,93); }

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

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

 span { border-color: rgb(77,134,93); }

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