Html Css Color HEX #508E48 Fern Green

📋 copy color: '#508E48'

red 80 ◦ green 142 ◦ blue 72

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

Shades of Fern Green #508E48

Tints of Fern Green #508E48

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.3%

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

R = 27.21%
G = 48.3%
B = 24.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#508E48 (or 0x508E48) is known color: Fern Green. HEX triplet: 50, 8E and 48. RGB value is (80,142,72). Sum of RGB (Red+Green+Blue) = 80+142+72=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #508E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E48 is #AF71B7. Grayscale: #737373. Windows color (decimal): -11497912 or 4755024. OLE color: 4755024.

HSL color Cylindrical-coordinate representation of color #508E48: hue angle of 113.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #508E48 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 72 -
CMYK 0.44 0 0.49 0.44
HSL 113.14º 0.33% 0.42% -
HSV(B) 113.14º 0.49% 0.56% -
XYZ 14.15 21.52 9.54 -
YUV 115.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 80 142 72 0.44 0 0.49 0.44 113.14 0.33 0.42
Hex 50 8E 48 2C 0 31 2C 71 21 2A
Octal 120 216 110 54 0 61 54 161 41 52
Binary 1010000 10001110 1001000 101100 0 110001 101100 1110001 100001 101010

Color Harmonies of #508E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E48

Black with #508E48

Text Example


Text Example

White with #508E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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