Html Css Color HEX #508049 Fern Green

📋 copy color: '#508049'

red 80 ◦ green 128 ◦ blue 73

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

Shades of Fern Green #508049

Tints of Fern Green #508049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

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

R = 28.47%
G = 45.55%
B = 25.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#508049 (or 0x508049) is known color: Fern Green. HEX triplet: 50, 80 and 49. RGB value is (80,128,73). Sum of RGB (Red+Green+Blue) = 80+128+73=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #508049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508049 is #AF7FB6. Grayscale: #6B6B6B. Windows color (decimal): -11501495 or 4816976. OLE color: 4816976.

HSL color Cylindrical-coordinate representation of color #508049: hue angle of 112.36º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508049 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 73 -
CMYK 0.38 0 0.43 0.50
HSL 112.36º 0.27% 0.39% -
HSV(B) 112.36º 0.43% 0.5% -
XYZ 12.23 17.62 9.06 -
YUV 107.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 80 128 73 0.38 0 0.43 0.50 112.36 0.27 0.39
Hex 50 80 49 26 0 2B 32 70 1B 27
Octal 120 200 111 46 0 53 62 160 33 47
Binary 1010000 10000000 1001001 100110 0 101011 110010 1110000 11011 100111

Color Harmonies of #508049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508049

Black with #508049

Text Example


Text Example

White with #508049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508049; }

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

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

background-color css

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

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

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

border-color css

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

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

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