#4D8262

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

Shades of Como #4D8262

Tints of Como #4D8262

Color information

#4D8262 (or 0x4D8262) is unknown color: approx Como. HEX triplet: 4D, 82 and 62. RGB value is (77,130,98). Sum of RGB (Red+Green+Blue) = 77+130+98=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8262 is #B27D9D. Grayscale: #6E6E6E. Windows color (decimal): -11697566 or 6455885. OLE color: 6455885.

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

Color convert

RGB7713098-
CMYK0.4100.250.49
HSL143.77º25.6%40.59%-
HSV(B)143.77º40.77%50.98%-
XYZ13.2518.4214.41-
YUV110.5120.94104.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=25.25%
G=42.62%
B=32.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77130980.4100.250.49143.7725.640.59
Hex4D82622901931901a29
Octal11520214251031612203251
Binary10011011000001011000101010010110011100011001000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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