#507D46

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

Shades of Fern Green #507D46

Tints of Fern Green #507D46

Color information

#507D46 (or 0x507D46) is unknown color: approx Fern Green. HEX triplet: 50, 7D and 46. RGB value is (80,125,70). Sum of RGB (Red+Green+Blue) = 80+125+70=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #507D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507D46 is #AF82B9. Grayscale: #696969. Windows color (decimal): -11502266 or 4619600. OLE color: 4619600.

HSL color Cylindrical-coordinate representation of color #507D46: hue angle of 109.09º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507D46 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB8012570-
CMYK0.3600.440.51
HSL109.09º28.21%38.24%-
HSV(B)109.09º44%49.02%-
XYZ11.7516.818.42-
YUV105.28108.09109.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=29.09%
G=45.45%
B=25.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80125700.3600.440.51109.0928.2138.24
Hex507D462402C336d1c26
Octal12017510644054631553446
Binary1010000111110110001101001000101100110011110110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507D46; }

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

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

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

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

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

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

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

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