Html Css Color HEX #508E45 Fern Green

📋 copy color: '#508E45'

red 80 ◦ green 142 ◦ blue 69

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

Shades of Fern Green #508E45

Tints of Fern Green #508E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 27.49%
G = 48.8%
B = 23.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#508E45 (or 0x508E45) is known color: Fern Green. HEX triplet: 50, 8E and 45. RGB value is (80,142,69). Sum of RGB (Red+Green+Blue) = 80+142+69=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #508E45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E45 is #AF71BA. Grayscale: #737373. Windows color (decimal): -11497915 or 4558416. OLE color: 4558416.

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

Color convert

RGB 80 142 69 -
CMYK 0.44 0 0.51 0.44
HSL 110.96º 0.35% 0.41% -
HSV(B) 110.96º 0.51% 0.56% -
XYZ 14.06 21.48 9.04 -
YUV 115.14 101.96 102.94 -
System Red Green Blue C M Y K H S L
Decimal 80 142 69 0.44 0 0.51 0.44 110.96 0.35 0.41
Hex 50 8E 45 2C 0 33 2C 6F 23 29
Octal 120 216 105 54 0 63 54 157 43 51
Binary 1010000 10001110 1000101 101100 0 110011 101100 1101111 100011 101001

Color Harmonies of #508E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E45

Black with #508E45

Text Example


Text Example

White with #508E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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