Html Css Color HEX #508D46 Fern Green

📋 copy color: '#508D46'

red 80 ◦ green 141 ◦ blue 70

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

Shades of Fern Green #508D46

Tints of Fern Green #508D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 27.49%
G = 48.45%
B = 24.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#508D46 (or 0x508D46) is known color: Fern Green. HEX triplet: 50, 8D and 46. RGB value is (80,141,70). Sum of RGB (Red+Green+Blue) = 80+141+70=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #508D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D46 is #AF72B9. Grayscale: #727272. Windows color (decimal): -11498170 or 4623696. OLE color: 4623696.

HSL color Cylindrical-coordinate representation of color #508D46: hue angle of 111.55º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508D46 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 141 70 -
CMYK 0.43 0 0.50 0.45
HSL 111.55º 0.34% 0.41% -
HSV(B) 111.55º 0.5% 0.55% -
XYZ 13.94 21.2 9.15 -
YUV 114.67 102.79 103.27 -
System Red Green Blue C M Y K H S L
Decimal 80 141 70 0.43 0 0.50 0.45 111.55 0.34 0.41
Hex 50 8D 46 2B 0 32 2D 70 22 29
Octal 120 215 106 53 0 62 55 160 42 51
Binary 1010000 10001101 1000110 101011 0 110010 101101 1110000 100010 101001

Color Harmonies of #508D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D46

Black with #508D46

Text Example


Text Example

White with #508D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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