#4F875C

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

Shades of Como #4F875C

Tints of Como #4F875C

Color information

#4F875C (or 0x4F875C) is unknown color: approx Como. HEX triplet: 4F, 87 and 5C. RGB value is (79,135,92). Sum of RGB (Red+Green+Blue) = 79+135+92=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #4F875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F875C is #B078A3. Grayscale: #717171. Windows color (decimal): -11565220 or 6063951. OLE color: 6063951.

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

Color convert

RGB7913592-
CMYK0.4100.320.47
HSL133.93º26.17%41.96%-
HSV(B)133.93º41.48%52.94%-
XYZ13.8219.7613.21-
YUV113.35115.95103.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=25.82%
G=44.12%
B=30.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79135920.4100.320.47133.9326.1741.96
Hex4F875C290202F861a2a
Octal11720713451040572063252
Binary100111110000111101110010100101000001011111000011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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