Html Css Color HEX #508B45 Fern Green

📋 copy color: '#508B45'

red 80 ◦ green 139 ◦ blue 69

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

Shades of Fern Green #508B45

Tints of Fern Green #508B45

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.26%

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

R = 27.78%
G = 48.26%
B = 23.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#508B45 (or 0x508B45) is known color: Fern Green. HEX triplet: 50, 8B and 45. RGB value is (80,139,69). Sum of RGB (Red+Green+Blue) = 80+139+69=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #508B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B45 is #AF74BA. Grayscale: #717171. Windows color (decimal): -11498683 or 4557648. OLE color: 4557648.

HSL color Cylindrical-coordinate representation of color #508B45: hue angle of 110.57º 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 #508B45 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 69 -
CMYK 0.42 0 0.50 0.45
HSL 110.57º 0.34% 0.41% -
HSV(B) 110.57º 0.5% 0.55% -
XYZ 13.62 20.6 8.89 -
YUV 113.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 80 139 69 0.42 0 0.50 0.45 110.57 0.34 0.41
Hex 50 8B 45 2A 0 32 2D 6F 22 29
Octal 120 213 105 52 0 62 55 157 42 51
Binary 1010000 10001011 1000101 101010 0 110010 101101 1101111 100010 101001

Color Harmonies of #508B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B45

Black with #508B45

Text Example


Text Example

White with #508B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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