#4D8265

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

Shades of Como #4D8265

Tints of Como #4D8265

Color information

#4D8265 (or 0x4D8265) is unknown color: approx Como. HEX triplet: 4D, 82 and 65. RGB value is (77,130,101). Sum of RGB (Red+Green+Blue) = 77+130+101=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8265 is #B27D9A. Grayscale: #6E6E6E. Windows color (decimal): -11697563 or 6652493. OLE color: 6652493.

HSL color Cylindrical-coordinate representation of color #4D8265: hue angle of 147.17º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8265 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB77130101-
CMYK0.4100.220.49
HSL147.17º25.6%40.59%-
HSV(B)147.17º40.77%50.98%-
XYZ13.3918.4815.17-
YUV110.85122.44103.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=25%
G=42.21%
B=32.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal771301010.4100.220.49147.1725.640.59
Hex4D82652901631931a29
Octal11520214551026612233251
Binary10011011000001011001011010010101101100011001001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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