Html Css Color HEX #508945 Fern Green

📋 copy color: '#508945'

red 80 ◦ green 137 ◦ blue 69

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

Shades of Fern Green #508945

Tints of Fern Green #508945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

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

R = 27.97%
G = 47.9%
B = 24.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#508945 (or 0x508945) is known color: Fern Green. HEX triplet: 50, 89 and 45. RGB value is (80,137,69). Sum of RGB (Red+Green+Blue) = 80+137+69=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #508945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508945 is #AF76BA. Grayscale: #707070. Windows color (decimal): -11499195 or 4557136. OLE color: 4557136.

HSL color Cylindrical-coordinate representation of color #508945: hue angle of 110.29º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508945 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 69 -
CMYK 0.42 0 0.50 0.46
HSL 110.29º 0.33% 0.4% -
HSV(B) 110.29º 0.5% 0.54% -
XYZ 13.33 20.03 8.79 -
YUV 112.21 103.62 105.03 -
System Red Green Blue C M Y K H S L
Decimal 80 137 69 0.42 0 0.50 0.46 110.29 0.33 0.4
Hex 50 89 45 2A 0 32 2E 6E 21 28
Octal 120 211 105 52 0 62 56 156 41 50
Binary 1010000 10001001 1000101 101010 0 110010 101110 1101110 100001 101000

Color Harmonies of #508945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508945

Black with #508945

Text Example


Text Example

White with #508945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508945; }

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

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

background-color css

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

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

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

border-color css

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

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

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