#4D865A

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

Shades of Como #4D865A

Tints of Como #4D865A

Color information

#4D865A (or 0x4D865A) is unknown color: approx Como. HEX triplet: 4D, 86 and 5A. RGB value is (77,134,90). Sum of RGB (Red+Green+Blue) = 77+134+90=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #4D865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D865A is #B279A5. Grayscale: #707070. Windows color (decimal): -11696550 or 5932621. OLE color: 5932621.

HSL color Cylindrical-coordinate representation of color #4D865A: hue angle of 133.68º 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 #4D865A is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB7713490-
CMYK0.4300.330.47
HSL133.68º27.01%41.37%-
HSV(B)133.68º42.54%52.55%-
XYZ13.4319.3712.7-
YUV111.94115.62103.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.58%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=25.58%
G=44.52%
B=29.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77134900.4300.330.47133.6827.0141.37
Hex4D865A2B0212F861b29
Octal11520613253041572063351
Binary100110110000110101101010101101000011011111000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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