#4F805D

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

Shades of Como #4F805D

Tints of Como #4F805D

Color information

#4F805D (or 0x4F805D) is unknown color: approx Como. HEX triplet: 4F, 80 and 5D. RGB value is (79,128,93). Sum of RGB (Red+Green+Blue) = 79+128+93=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #4F805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F805D is #B07FA2. Grayscale: #6D6D6D. Windows color (decimal): -11567011 or 6127695. OLE color: 6127695.

HSL color Cylindrical-coordinate representation of color #4F805D: hue angle of 137.14º 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 #4F805D is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB7912893-
CMYK0.3800.270.50
HSL137.14º23.67%40.59%-
HSV(B)137.14º38.28%50.2%-
XYZ12.9217.8913.13-
YUV109.36118.77106.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=26.33%
G=42.67%
B=31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79128930.3800.270.50137.1423.6740.59
Hex4F805D2601B32891829
Octal11720013546033622113051
Binary10011111000000010111011001100110111100101000100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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