#507040

Color #507040 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #507040

Tints of Fern Green #507040

Color information

#507040 (or 0x507040) is unknown color: approx Fern Green. HEX triplet: 50, 70 and 40. RGB value is (80,112,64). Sum of RGB (Red+Green+Blue) = 80+112+64=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #507040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507040 is #AF8FBF. Grayscale: #616161. Windows color (decimal): -11505600 or 4223056. OLE color: 4223056.

HSL color Cylindrical-coordinate representation of color #507040: hue angle of 100º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507040 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB8011264-
CMYK0.2900.430.56
HSL100º27.27%34.51%-
HSV(B)100º42.86%43.92%-
XYZ10.0313.666.96-
YUV96.96109.4115.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 64 (25.39% from 255) = 25%
R=31.25%
G=43.75%
B=25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112640.2900.430.5610027.2734.51
Hex5070401D02B38641b23
Octal12016010035053701443343
Binary101000011100001000000111010101011111000110010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507040; }

 p { color: rgb(80,112,64); }

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

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

 a { background-color: rgb(80,112,64); }

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

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

 span { border-color: rgb(80,112,64); }

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