Html Css Color HEX #508149 Fern Green

📋 copy color: '#508149'

red 80 ◦ green 129 ◦ blue 73

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

Shades of Fern Green #508149

Tints of Fern Green #508149

RGB

 RED value IS 80 (31.64% from 255) = 28.37%

 GREEN value IS 129 (50.78% from 255) = 45.74%

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 28.37%
G = 45.74%
B = 25.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#508149 (or 0x508149) is known color: Fern Green. HEX triplet: 50, 81 and 49. RGB value is (80,129,73). Sum of RGB (Red+Green+Blue) = 80+129+73=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #508149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508149 is #AF7EB6. Grayscale: #6C6C6C. Windows color (decimal): -11501239 or 4817232. OLE color: 4817232.

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

Color convert

RGB 80 129 73 -
CMYK 0.38 0 0.43 0.49
HSL 112.5º 0.28% 0.4% -
HSV(B) 112.5º 0.43% 0.51% -
XYZ 12.36 17.89 9.1 -
YUV 107.97 108.27 108.05 -
System Red Green Blue C M Y K H S L
Decimal 80 129 73 0.38 0 0.43 0.49 112.5 0.28 0.4
Hex 50 81 49 26 0 2B 31 70 1C 28
Octal 120 201 111 46 0 53 61 160 34 50
Binary 1010000 10000001 1001001 100110 0 101011 110001 1110000 11100 101000

Color Harmonies of #508149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508149

Black with #508149

Text Example


Text Example

White with #508149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508149; }

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

 H1.HeaderClassName
 {
   color: #508149;
 }
 .AnyTagClassName
 {
   color: #508149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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