#4D855C

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

Shades of Como #4D855C

Tints of Como #4D855C

Color information

#4D855C (or 0x4D855C) is unknown color: approx Como. HEX triplet: 4D, 85 and 5C. RGB value is (77,133,92). Sum of RGB (Red+Green+Blue) = 77+133+92=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #4D855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D855C is #B27AA3. Grayscale: #6F6F6F. Windows color (decimal): -11696804 or 6063437. OLE color: 6063437.

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

Color convert

RGB7713392-
CMYK0.4200.310.48
HSL136.07º26.67%41.18%-
HSV(B)136.07º42.11%52.16%-
XYZ13.3819.1313.11-
YUV111.58116.95103.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=25.50%
G=44.04%
B=30.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77133920.4200.310.48136.0726.6741.18
Hex4D855C2A01F30881b29
Octal11520513452037602103351
Binary10011011000010110111001010100111111100001000100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,133,92); }

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

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

 a { background-color: rgb(77,133,92); }

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

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

 span { border-color: rgb(77,133,92); }

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