#509342

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

Shades of Fern Green #509342

Tints of Fern Green #509342

Color information

#509342 (or 0x509342) is unknown color: approx Fern Green. HEX triplet: 50, 93 and 42. RGB value is (80,147,66). Sum of RGB (Red+Green+Blue) = 80+147+66=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #509342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509342 is #AF6CBD. Grayscale: #757575. Windows color (decimal): -11496638 or 4363088. OLE color: 4363088.

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

Color convert

RGB8014766-
CMYK0.4600.550.42
HSL109.63º38.03%41.76%-
HSV(B)109.63º55.1%57.65%-
XYZ14.7322.978.81-
YUV117.7398.8101.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=27.30%
G=50.17%
B=22.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147660.4600.550.42109.6338.0341.76
Hex5093422E0372A6e262a
Octal12022310256067521564652
Binary101000010010011100001010111001101111010101101110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509342; }

 p { color: rgb(80,147,66); }

 H1.HeaderClassName
 {
   color: #509342;
 }
 .AnyTagClassName
 {
   color: #509342;
 }
</style>
background-color css

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

 a { background-color: rgb(80,147,66); }

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

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

 span { border-color: rgb(80,147,66); }

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