#507446

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

Shades of Fern Green #507446

Tints of Fern Green #507446

Color information

#507446 (or 0x507446) is unknown color: approx Fern Green. HEX triplet: 50, 74 and 46. RGB value is (80,116,70). Sum of RGB (Red+Green+Blue) = 80+116+70=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #507446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507446 is #AF8BB9. Grayscale: #646464. Windows color (decimal): -11504570 or 4617296. OLE color: 4617296.

HSL color Cylindrical-coordinate representation of color #507446: hue angle of 106.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507446 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB8011670-
CMYK0.3100.400.55
HSL106.96º24.73%36.47%-
HSV(B)106.96º39.66%45.49%-
XYZ10.6614.648.06-
YUV99.99111.07113.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=30.08%
G=43.61%
B=26.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116700.3100.400.55106.9624.7336.47
Hex5074461F028376b1924
Octal12016410637050671533144
Binary101000011101001000110111110101000110111110101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507446; }

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

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

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

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

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

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

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

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