#507146

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

Shades of Fern Green #507146

Tints of Fern Green #507146

Color information

#507146 (or 0x507146) is unknown color: approx Fern Green. HEX triplet: 50, 71 and 46. RGB value is (80,113,70). Sum of RGB (Red+Green+Blue) = 80+113+70=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #507146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507146 is #AF8EB9. Grayscale: #626262. Windows color (decimal): -11505338 or 4616528. OLE color: 4616528.

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

Color convert

RGB8011370-
CMYK0.2900.380.56
HSL106.05º23.5%35.88%-
HSV(B)106.05º38.05%44.31%-
XYZ10.3213.967.94-
YUV98.23112.07115-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=30.42%
G=42.97%
B=26.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113700.2900.380.56106.0523.535.88
Hex5071461D026386a1724
Octal12016110635046701522744
Binary101000011100011000110111010100110111000110101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507146; }

 p { color: rgb(80,113,70); }

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

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

 a { background-color: rgb(80,113,70); }

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

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

 span { border-color: rgb(80,113,70); }

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