Html Css Color HEX #509141 Fern Green

📋 copy color: '#509141'

red 80 ◦ green 145 ◦ blue 65

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

Shades of Fern Green #509141

Tints of Fern Green #509141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 27.59%
G = 50%
B = 22.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#509141 (or 0x509141) is known color: Fern Green. HEX triplet: 50, 91 and 41. RGB value is (80,145,65). Sum of RGB (Red+Green+Blue) = 80+145+65=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #509141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509141 is #AF6EBE. Grayscale: #747474. Windows color (decimal): -11497151 or 4297040. OLE color: 4297040.

HSL color Cylindrical-coordinate representation of color #509141: hue angle of 108.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #509141 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 65 -
CMYK 0.45 0 0.55 0.43
HSL 108.75º 0.38% 0.41% -
HSV(B) 108.75º 0.55% 0.57% -
XYZ 14.39 22.34 8.55 -
YUV 116.45 98.97 102 -
System Red Green Blue C M Y K H S L
Decimal 80 145 65 0.45 0 0.55 0.43 108.75 0.38 0.41
Hex 50 91 41 2D 0 37 2B 6D 26 29
Octal 120 221 101 55 0 67 53 155 46 51
Binary 1010000 10010001 1000001 101101 0 110111 101011 1101101 100110 101001

Color Harmonies of #509141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509141

Black with #509141

Text Example


Text Example

White with #509141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509141; }

 p { color: rgb(80,145,65); }

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

background-color css

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

 a { background-color: rgb(80,145,65); }

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

border-color css

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

 span { border-color: rgb(80,145,65); }

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