#4F885B

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

Shades of Como #4F885B

Tints of Como #4F885B

Color information

#4F885B (or 0x4F885B) is unknown color: approx Como. HEX triplet: 4F, 88 and 5B. RGB value is (79,136,91). Sum of RGB (Red+Green+Blue) = 79+136+91=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #4F885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F885B is #B077A4. Grayscale: #717171. Windows color (decimal): -11564965 or 5998671. OLE color: 5998671.

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

Color convert

RGB7913691-
CMYK0.4200.330.47
HSL132.63º26.51%42.16%-
HSV(B)132.63º41.91%53.33%-
XYZ13.9220.0313.03-
YUV113.83115.12103.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=25.82%
G=44.44%
B=29.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79136910.4200.330.47132.6326.5142.16
Hex4F885B2A0212F851b2a
Octal11721013352041572053352
Binary100111110001000101101110101001000011011111000010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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