Html Css Color HEX #508944 Fern Green

📋 copy color: '#508944'

red 80 ◦ green 137 ◦ blue 68

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

Shades of Fern Green #508944

Tints of Fern Green #508944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.86%

R = 28.07%
G = 48.07%
B = 23.86%

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

#508944 (or 0x508944) is known color: Fern Green. HEX triplet: 50, 89 and 44. RGB value is (80,137,68). Sum of RGB (Red+Green+Blue) = 80+137+68=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #508944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508944 is #AF76BB. Grayscale: #707070. Windows color (decimal): -11499196 or 4491600. OLE color: 4491600.

HSL color Cylindrical-coordinate representation of color #508944: hue angle of 109.57º degrees, saturation: 0.34, 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 #508944 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 68 -
CMYK 0.42 0 0.50 0.46
HSL 109.57º 0.34% 0.4% -
HSV(B) 109.57º 0.5% 0.54% -
XYZ 13.3 20.01 8.63 -
YUV 112.09 103.12 105.11 -
System Red Green Blue C M Y K H S L
Decimal 80 137 68 0.42 0 0.50 0.46 109.57 0.34 0.4
Hex 50 89 44 2A 0 32 2E 6E 22 28
Octal 120 211 104 52 0 62 56 156 42 50
Binary 1010000 10001001 1000100 101010 0 110010 101110 1101110 100010 101000

Color Harmonies of #508944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508944

Black with #508944

Text Example


Text Example

White with #508944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508944; }

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

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

background-color css

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

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

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

border-color css

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

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

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