#507749

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

Shades of Fern Green #507749

Tints of Fern Green #507749

Color information

#507749 (or 0x507749) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 49. RGB value is (80,119,73). Sum of RGB (Red+Green+Blue) = 80+119+73=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #507749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507749 is #AF88B6. Grayscale: #666666. Windows color (decimal): -11503799 or 4814672. OLE color: 4814672.

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

Color convert

RGB8011973-
CMYK0.3300.390.53
HSL110.87º23.96%37.65%-
HSV(B)110.87º38.66%46.67%-
XYZ11.1115.388.69-
YUV102.1111.58112.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=29.41%
G=43.75%
B=26.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119730.3300.390.53110.8723.9637.65
Hex50774921027356f1826
Octal12016711141047651573046
Binary1010000111011110010011000010100111110101110111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507749; }

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

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

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

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

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

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

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

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