#4D8058

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

Shades of Como #4D8058

Tints of Como #4D8058

Color information

#4D8058 (or 0x4D8058) is unknown color: approx Como. HEX triplet: 4D, 80 and 58. RGB value is (77,128,88). Sum of RGB (Red+Green+Blue) = 77+128+88=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8058 is #B27FA7. Grayscale: #6C6C6C. Windows color (decimal): -11698088 or 5800013. OLE color: 5800013.

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

Color convert

RGB7712888-
CMYK0.4000.310.50
HSL132.94º24.88%40.2%-
HSV(B)132.94º39.84%50.2%-
XYZ12.5417.7211.99-
YUV108.19116.6105.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.28%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=26.28%
G=43.69%
B=30.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77128880.4000.310.50132.9424.8840.2
Hex4D80582801F32851928
Octal11520013050037622053150
Binary10011011000000010110001010000111111100101000010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,128,88); }

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

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

 a { background-color: rgb(77,128,88); }

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

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

 span { border-color: rgb(77,128,88); }

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