#4F8862

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

Shades of Como #4F8862

Tints of Como #4F8862

Color information

#4F8862 (or 0x4F8862) is unknown color: approx Como. HEX triplet: 4F, 88 and 62. RGB value is (79,136,98). Sum of RGB (Red+Green+Blue) = 79+136+98=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #4F8862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8862 is #B0779D. Grayscale: #727272. Windows color (decimal): -11564958 or 6457423. OLE color: 6457423.

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

Color convert

RGB7913698-
CMYK0.4200.280.47
HSL140º26.51%42.16%-
HSV(B)140º41.91%53.33%-
XYZ14.2320.1514.69-
YUV114.62118.62102.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=25.24%
G=43.45%
B=31.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79136980.4200.280.4714026.5142.16
Hex4F88622A01C2F8c1b2a
Octal11721014252034572143352
Binary10011111000100011000101010100111001011111000110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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