Html Css Color HEX #509241 Fern Green

📋 copy color: '#509241'

red 80 ◦ green 146 ◦ blue 65

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

Shades of Fern Green #509241

Tints of Fern Green #509241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.17%

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

R = 27.49%
G = 50.17%
B = 22.34%

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

#509241 (or 0x509241) is known color: Fern Green. HEX triplet: 50, 92 and 41. RGB value is (80,146,65). Sum of RGB (Red+Green+Blue) = 80+146+65=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #509241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509241 is #AF6DBE. Grayscale: #757575. Windows color (decimal): -11496895 or 4297296. OLE color: 4297296.

HSL color Cylindrical-coordinate representation of color #509241: hue angle of 108.89º 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 #509241 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 65 -
CMYK 0.45 0 0.55 0.43
HSL 108.89º 0.38% 0.41% -
HSV(B) 108.89º 0.55% 0.57% -
XYZ 14.54 22.64 8.61 -
YUV 117.03 98.63 101.59 -
System Red Green Blue C M Y K H S L
Decimal 80 146 65 0.45 0 0.55 0.43 108.89 0.38 0.41
Hex 50 92 41 2D 0 37 2B 6D 26 29
Octal 120 222 101 55 0 67 53 155 46 51
Binary 1010000 10010010 1000001 101101 0 110111 101011 1101101 100110 101001

Color Harmonies of #509241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509241

Black with #509241

Text Example


Text Example

White with #509241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509241; }

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

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

background-color css

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

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

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

border-color css

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

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

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