#507047

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

Shades of Fern Green #507047

Tints of Fern Green #507047

Color information

#507047 (or 0x507047) is unknown color: approx Fern Green. HEX triplet: 50, 70 and 47. RGB value is (80,112,71). Sum of RGB (Red+Green+Blue) = 80+112+71=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #507047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507047 is #AF8FB8. Grayscale: #616161. Windows color (decimal): -11505593 or 4681808. OLE color: 4681808.

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

Color convert

RGB8011271-
CMYK0.2900.370.56
HSL106.83º22.4%35.88%-
HSV(B)106.83º36.61%43.92%-
XYZ10.2413.758.08-
YUV97.76112.9115.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 71 (28.12% from 255) = 27.00%
R=30.42%
G=42.59%
B=27.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112710.2900.370.56106.8322.435.88
Hex5070471D025386b1624
Octal12016010735045701532644
Binary101000011100001000111111010100101111000110101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507047; }

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

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

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

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

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

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

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

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