#507740

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

Shades of Fern Green #507740

Tints of Fern Green #507740

Color information

#507740 (or 0x507740) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 40. RGB value is (80,119,64). Sum of RGB (Red+Green+Blue) = 80+119+64=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #507740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507740 is #AF88BF. Grayscale: #656565. Windows color (decimal): -11503808 or 4224848. OLE color: 4224848.

HSL color Cylindrical-coordinate representation of color #507740: hue angle of 102.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507740 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB8011964-
CMYK0.3300.460.53
HSL102.55º30.05%35.88%-
HSV(B)102.55º46.22%46.67%-
XYZ10.8315.277.23-
YUV101.07107.08112.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=30.42%
G=45.25%
B=24.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119640.3300.460.53102.5530.0535.88
Hex5077402102E35671e24
Octal12016710041056651473644
Binary1010000111011110000001000010101110110101110011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507740; }

 p { color: rgb(80,119,64); }

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

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

 a { background-color: rgb(80,119,64); }

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

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

 span { border-color: rgb(80,119,64); }

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