Html Css Color HEX #508D40 Fern Green

📋 copy color: '#508D40'

red 80 ◦ green 141 ◦ blue 64

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

Shades of Fern Green #508D40

Tints of Fern Green #508D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 28.07%
G = 49.47%
B = 22.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#508D40 (or 0x508D40) is known color: Fern Green. HEX triplet: 50, 8D and 40. RGB value is (80,141,64). Sum of RGB (Red+Green+Blue) = 80+141+64=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #508D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D40 is #AF72BF. Grayscale: #727272. Windows color (decimal): -11498176 or 4230480. OLE color: 4230480.

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

Color convert

RGB 80 141 64 -
CMYK 0.43 0 0.55 0.45
HSL 107.53º 0.38% 0.4% -
HSV(B) 107.53º 0.55% 0.55% -
XYZ 13.76 21.13 8.2 -
YUV 113.98 99.79 103.76 -
System Red Green Blue C M Y K H S L
Decimal 80 141 64 0.43 0 0.55 0.45 107.53 0.38 0.4
Hex 50 8D 40 2B 0 37 2D 6C 26 28
Octal 120 215 100 53 0 67 55 154 46 50
Binary 1010000 10001101 1000000 101011 0 110111 101101 1101100 100110 101000

Color Harmonies of #508D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D40

Black with #508D40

Text Example


Text Example

White with #508D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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