Html Css Color HEX #508E40 Fern Green

📋 copy color: '#508E40'

red 80 ◦ green 142 ◦ blue 64

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

Shades of Fern Green #508E40

Tints of Fern Green #508E40

RGB

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

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

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

R = 27.97%
G = 49.65%
B = 22.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#508E40 (or 0x508E40) is known color: Fern Green. HEX triplet: 50, 8E and 40. RGB value is (80,142,64). Sum of RGB (Red+Green+Blue) = 80+142+64=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #508E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E40 is #AF71BF. Grayscale: #727272. Windows color (decimal): -11497920 or 4230736. OLE color: 4230736.

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

Color convert

RGB 80 142 64 -
CMYK 0.44 0 0.55 0.44
HSL 107.69º 0.38% 0.4% -
HSV(B) 107.69º 0.55% 0.56% -
XYZ 13.91 21.42 8.25 -
YUV 114.57 99.46 103.34 -
System Red Green Blue C M Y K H S L
Decimal 80 142 64 0.44 0 0.55 0.44 107.69 0.38 0.4
Hex 50 8E 40 2C 0 37 2C 6C 26 28
Octal 120 216 100 54 0 67 54 154 46 50
Binary 1010000 10001110 1000000 101100 0 110111 101100 1101100 100110 101000

Color Harmonies of #508E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E40

Black with #508E40

Text Example


Text Example

White with #508E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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