#4F805F

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

Shades of Como #4F805F

Tints of Como #4F805F

Color information

#4F805F (or 0x4F805F) is unknown color: approx Como. HEX triplet: 4F, 80 and 5F. RGB value is (79,128,95). Sum of RGB (Red+Green+Blue) = 79+128+95=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #4F805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F805F is #B07FA0. Grayscale: #6D6D6D. Windows color (decimal): -11567009 or 6258767. OLE color: 6258767.

HSL color Cylindrical-coordinate representation of color #4F805F: hue angle of 139.59º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F805F is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB7912895-
CMYK0.3800.260.50
HSL139.59º23.67%40.59%-
HSV(B)139.59º38.28%50.2%-
XYZ13.0117.9313.6-
YUV109.59119.77106.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=26.16%
G=42.38%
B=31.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79128950.3800.260.50139.5923.6740.59
Hex4F805F2601A328c1829
Octal11720013746032622143051
Binary10011111000000010111111001100110101100101000110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,128,95); }

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

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

 a { background-color: rgb(79,128,95); }

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

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

 span { border-color: rgb(79,128,95); }

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