Html Css Color HEX #508B49 Fern Green

📋 copy color: '#508B49'

red 80 ◦ green 139 ◦ blue 73

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

Shades of Fern Green #508B49

Tints of Fern Green #508B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.6%

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

R = 27.4%
G = 47.6%
B = 25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#508B49 (or 0x508B49) is known color: Fern Green. HEX triplet: 50, 8B and 49. RGB value is (80,139,73). Sum of RGB (Red+Green+Blue) = 80+139+73=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #508B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B49 is #AF74B6. Grayscale: #727272. Windows color (decimal): -11498679 or 4819792. OLE color: 4819792.

HSL color Cylindrical-coordinate representation of color #508B49: hue angle of 113.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508B49 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 73 -
CMYK 0.42 0 0.47 0.45
HSL 113.64º 0.31% 0.42% -
HSV(B) 113.64º 0.47% 0.55% -
XYZ 13.74 20.65 9.57 -
YUV 113.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 80 139 73 0.42 0 0.47 0.45 113.64 0.31 0.42
Hex 50 8B 49 2A 0 2F 2D 72 1F 2A
Octal 120 213 111 52 0 57 55 162 37 52
Binary 1010000 10001011 1001001 101010 0 101111 101101 1110010 11111 101010

Color Harmonies of #508B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B49

Black with #508B49

Text Example


Text Example

White with #508B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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