#4D8665

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

Shades of Como #4D8665

Tints of Como #4D8665

Color information

#4D8665 (or 0x4D8665) is unknown color: approx Como. HEX triplet: 4D, 86 and 65. RGB value is (77,134,101). Sum of RGB (Red+Green+Blue) = 77+134+101=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8665 is #B2799A. Grayscale: #717171. Windows color (decimal): -11696539 or 6653517. OLE color: 6653517.

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

Color convert

RGB77134101-
CMYK0.4300.250.47
HSL145.26º27.01%41.37%-
HSV(B)145.26º42.54%52.55%-
XYZ13.9319.5715.35-
YUV113.2121.12102.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.68%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=24.68%
G=42.95%
B=32.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal771341010.4300.250.47145.2627.0141.37
Hex4D86652B0192F911b29
Octal11520614553031572213351
Binary10011011000011011001011010110110011011111001000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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