#4F805B

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

Shades of Como #4F805B

Tints of Como #4F805B

Color information

#4F805B (or 0x4F805B) is unknown color: approx Como. HEX triplet: 4F, 80 and 5B. RGB value is (79,128,91). Sum of RGB (Red+Green+Blue) = 79+128+91=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #4F805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F805B is #B07FA4. Grayscale: #6D6D6D. Windows color (decimal): -11567013 or 5996623. OLE color: 5996623.

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

Color convert

RGB7912891-
CMYK0.3800.290.50
HSL134.69º23.67%40.59%-
HSV(B)134.69º38.28%50.2%-
XYZ12.8317.8612.67-
YUV109.13117.77106.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=26.51%
G=42.95%
B=30.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79128910.3800.290.50134.6923.6740.59
Hex4F805B2601D32871829
Octal11720013346035622073051
Binary10011111000000010110111001100111011100101000011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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