#4F875F

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

Shades of Como #4F875F

Tints of Como #4F875F

Color information

#4F875F (or 0x4F875F) is unknown color: approx Como. HEX triplet: 4F, 87 and 5F. RGB value is (79,135,95). Sum of RGB (Red+Green+Blue) = 79+135+95=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #4F875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F875F is #B078A0. Grayscale: #717171. Windows color (decimal): -11565217 or 6260559. OLE color: 6260559.

HSL color Cylindrical-coordinate representation of color #4F875F: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F875F is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7913595-
CMYK0.4100.300.47
HSL137.14º26.17%41.96%-
HSV(B)137.14º41.48%52.94%-
XYZ13.9519.8213.92-
YUV113.7117.45103.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.57%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=25.57%
G=43.69%
B=30.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79135950.4100.300.47137.1426.1741.96
Hex4F875F2901E2F891a2a
Octal11720713751036572113252
Binary10011111000011110111111010010111101011111000100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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