#4D815E

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

Shades of Como #4D815E

Tints of Como #4D815E

Color information

#4D815E (or 0x4D815E) is unknown color: approx Como. HEX triplet: 4D, 81 and 5E. RGB value is (77,129,94). Sum of RGB (Red+Green+Blue) = 77+129+94=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #4D815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D815E is #B27EA1. Grayscale: #6D6D6D. Windows color (decimal): -11697826 or 6193485. OLE color: 6193485.

HSL color Cylindrical-coordinate representation of color #4D815E: hue angle of 139.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D815E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB7712994-
CMYK0.4000.270.49
HSL139.62º25.24%40.39%-
HSV(B)139.62º40.31%50.59%-
XYZ12.9318.0913.4-
YUV109.46119.27104.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.67%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=25.67%
G=43%
B=31.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77129940.4000.270.49139.6225.2440.39
Hex4D815E2801B318c1928
Octal11520113650033612143150
Binary10011011000000110111101010000110111100011000110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,129,94); }

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

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

 a { background-color: rgb(77,129,94); }

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

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

 span { border-color: rgb(77,129,94); }

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