#4F785B

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

Shades of Como #4F785B

Tints of Como #4F785B

Color information

#4F785B (or 0x4F785B) is unknown color: approx Como. HEX triplet: 4F, 78 and 5B. RGB value is (79,120,91). Sum of RGB (Red+Green+Blue) = 79+120+91=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #4F785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F785B is #B087A4. Grayscale: #686868. Windows color (decimal): -11569061 or 5994575. OLE color: 5994575.

HSL color Cylindrical-coordinate representation of color #4F785B: hue angle of 137.56º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F785B is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB7912091-
CMYK0.3400.240.53
HSL137.56º20.6%39.02%-
HSV(B)137.56º34.17%47.06%-
XYZ11.8315.8512.33-
YUV104.43120.42109.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.24%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=27.24%
G=41.38%
B=31.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79120910.3400.240.53137.5620.639.02
Hex4F785B22018358a1527
Octal11717013342030652122547
Binary1001111111100010110111000100110001101011000101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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