#507D45

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

Shades of Fern Green #507D45

Tints of Fern Green #507D45

Color information

#507D45 (or 0x507D45) is unknown color: approx Fern Green. HEX triplet: 50, 7D and 45. RGB value is (80,125,69). Sum of RGB (Red+Green+Blue) = 80+125+69=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #507D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507D45 is #AF82BA. Grayscale: #696969. Windows color (decimal): -11502267 or 4554064. OLE color: 4554064.

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

Color convert

RGB8012569-
CMYK0.3600.450.51
HSL108.21º28.87%38.04%-
HSV(B)108.21º44.8%49.02%-
XYZ11.7216.88.26-
YUV105.16107.59110.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=29.20%
G=45.62%
B=25.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80125690.3600.450.51108.2128.8738.04
Hex507D452402D336c1d26
Octal12017510544055631543546
Binary1010000111110110001011001000101101110011110110011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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