Html Css Color HEX #509441 Fern Green

📋 copy color: '#509441'

red 80 ◦ green 148 ◦ blue 65

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

Shades of Fern Green #509441

Tints of Fern Green #509441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.51%

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

R = 27.3%
G = 50.51%
B = 22.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#509441 (or 0x509441) is known color: Fern Green. HEX triplet: 50, 94 and 41. RGB value is (80,148,65). Sum of RGB (Red+Green+Blue) = 80+148+65=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #509441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509441 is #AF6BBE. Grayscale: #767676. Windows color (decimal): -11496383 or 4297808. OLE color: 4297808.

HSL color Cylindrical-coordinate representation of color #509441: hue angle of 109.16º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509441 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 65 -
CMYK 0.46 0 0.56 0.42
HSL 109.16º 0.39% 0.42% -
HSV(B) 109.16º 0.56% 0.58% -
XYZ 14.85 23.27 8.71 -
YUV 118.21 97.97 100.75 -
System Red Green Blue C M Y K H S L
Decimal 80 148 65 0.46 0 0.56 0.42 109.16 0.39 0.42
Hex 50 94 41 2E 0 38 2A 6D 27 2A
Octal 120 224 101 56 0 70 52 155 47 52
Binary 1010000 10010100 1000001 101110 0 111000 101010 1101101 100111 101010

Color Harmonies of #509441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509441

Black with #509441

Text Example


Text Example

White with #509441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509441; }

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

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

background-color css

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

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

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

border-color css

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

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

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