Html Css Color HEX #508D48 Fern Green

📋 copy color: '#508D48'

red 80 ◦ green 141 ◦ blue 72

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

Shades of Fern Green #508D48

Tints of Fern Green #508D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.12%

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 27.3%
G = 48.12%
B = 24.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#508D48 (or 0x508D48) is known color: Fern Green. HEX triplet: 50, 8D and 48. RGB value is (80,141,72). Sum of RGB (Red+Green+Blue) = 80+141+72=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #508D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D48 is #AF72B7. Grayscale: #737373. Windows color (decimal): -11498168 or 4754768. OLE color: 4754768.

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

Color convert

RGB 80 141 72 -
CMYK 0.43 0 0.49 0.45
HSL 113.04º 0.32% 0.42% -
HSV(B) 113.04º 0.49% 0.55% -
XYZ 14 21.22 9.49 -
YUV 114.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 80 141 72 0.43 0 0.49 0.45 113.04 0.32 0.42
Hex 50 8D 48 2B 0 31 2D 71 20 2A
Octal 120 215 110 53 0 61 55 161 40 52
Binary 1010000 10001101 1001000 101011 0 110001 101101 1110001 100000 101010

Color Harmonies of #508D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D48

Black with #508D48

Text Example


Text Example

White with #508D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,141,72); }

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

background-color css

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

 a { background-color: rgb(80,141,72); }

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

border-color css

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

 span { border-color: rgb(80,141,72); }

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