#509441

Color #509441 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #509441

Tints of Fern Green #509441

Color information

#509441 (or 0x509441) is unknown color: approx 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

RGB8014865-
CMYK0.4600.560.42
HSL109.16º38.97%41.76%-
HSV(B)109.16º56.08%58.04%-
XYZ14.8523.278.71-
YUV118.2197.97100.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=27.30%
G=50.51%
B=22.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148650.4600.560.42109.1638.9741.76
Hex5094412E0382A6d272a
Octal12022410156070521554752
Binary101000010010100100000110111001110001010101101101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>