Html Css Color HEX #508249 Fern Green

📋 copy color: '#508249'

red 80 ◦ green 130 ◦ blue 73

#508249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #508249

Tints of Fern Green #508249

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.8%

R = 28.27%
G = 45.94%
B = 25.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#508249 (or 0x508249) is known color: 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

RGB 80 130 73 -
CMYK 0.38 0 0.44 0.49
HSL 112.63º 0.28% 0.4% -
HSV(B) 112.63º 0.44% 0.51% -
XYZ 12.49 18.15 9.15 -
YUV 108.55 107.94 107.63 -
System Red Green Blue C M Y K H S L
Decimal 80 130 73 0.38 0 0.44 0.49 112.63 0.28 0.4
Hex 50 82 49 26 0 2C 31 71 1C 28
Octal 120 202 111 46 0 54 61 161 34 50
Binary 1010000 10000010 1001001 100110 0 101100 110001 1110001 11100 101000

Color Harmonies of #508249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508249

Black with #508249

Text Example


Text Example

White with #508249

Text Example


Text Example

HTML Codes & Css Web 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>