#508249

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

Shades of Fern Green #508249

Tints of Fern Green #508249

Color information

#508249 (or 0x508249) is unknown color: approx Fern Green. HEX triplet: 50, 82 and 49. RGB value is (80,130,73). Sum of RGB (Red+Green+Blue) = 80+130+73=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #508249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508249 is #AF7DB6. Grayscale: #6C6C6C. Windows color (decimal): -11500983 or 4817488. OLE color: 4817488.

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

Color convert

RGB8013073-
CMYK0.3800.440.49
HSL112.63º28.08%39.8%-
HSV(B)112.63º43.85%50.98%-
XYZ12.4918.159.15-
YUV108.55107.94107.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=28.27%
G=45.94%
B=25.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130730.3800.440.49112.6328.0839.8
Hex5082492602C31711c28
Octal12020211146054611613450
Binary10100001000001010010011001100101100110001111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508249; }

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

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

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

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

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

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

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

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