#4F875D

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

Shades of Como #4F875D

Tints of Como #4F875D

Color information

#4F875D (or 0x4F875D) is unknown color: approx Como. HEX triplet: 4F, 87 and 5D. RGB value is (79,135,93). Sum of RGB (Red+Green+Blue) = 79+135+93=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #4F875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F875D is #B078A2. Grayscale: #717171. Windows color (decimal): -11565219 or 6129487. OLE color: 6129487.

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

Color convert

RGB7913593-
CMYK0.4100.310.47
HSL135º26.17%41.96%-
HSV(B)135º41.48%52.94%-
XYZ13.8619.7813.44-
YUV113.47116.45103.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=25.73%
G=43.97%
B=30.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79135930.4100.310.4713526.1741.96
Hex4F875D2901F2F871a2a
Octal11720713551037572073252
Binary10011111000011110111011010010111111011111000011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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