#4F885A

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

Shades of Como #4F885A

Tints of Como #4F885A

Color information

#4F885A (or 0x4F885A) is unknown color: approx Como. HEX triplet: 4F, 88 and 5A. RGB value is (79,136,90). Sum of RGB (Red+Green+Blue) = 79+136+90=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #4F885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F885A is #B077A5. Grayscale: #717171. Windows color (decimal): -11564966 or 5933135. OLE color: 5933135.

HSL color Cylindrical-coordinate representation of color #4F885A: hue angle of 131.58º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F885A is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB7913690-
CMYK0.4200.340.47
HSL131.58º26.51%42.16%-
HSV(B)131.58º41.91%53.33%-
XYZ13.8720.0112.8-
YUV113.71114.62103.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=25.90%
G=44.59%
B=29.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79136900.4200.340.47131.5826.5142.16
Hex4F885A2A0222F841b2a
Octal11721013252042572043352
Binary100111110001000101101010101001000101011111000010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,136,90); }

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

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

 a { background-color: rgb(79,136,90); }

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

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

 span { border-color: rgb(79,136,90); }

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