Html Css Color HEX #509040 Fern Green

📋 copy color: '#509040'

red 80 ◦ green 144 ◦ blue 64

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

Shades of Fern Green #509040

Tints of Fern Green #509040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 27.78%
G = 50%
B = 22.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#509040 (or 0x509040) is known color: Fern Green. HEX triplet: 50, 90 and 40. RGB value is (80,144,64). Sum of RGB (Red+Green+Blue) = 80+144+64=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #509040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509040 is #AF6FBF. Grayscale: #747474. Windows color (decimal): -11497408 or 4231248. OLE color: 4231248.

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

Color convert

RGB 80 144 64 -
CMYK 0.44 0 0.56 0.44
HSL 108º 0.38% 0.41% -
HSV(B) 108º 0.56% 0.56% -
XYZ 14.21 22.02 8.35 -
YUV 115.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 80 144 64 0.44 0 0.56 0.44 108 0.38 0.41
Hex 50 90 40 2C 0 38 2C 6C 26 29
Octal 120 220 100 54 0 70 54 154 46 51
Binary 1010000 10010000 1000000 101100 0 111000 101100 1101100 100110 101001

Color Harmonies of #509040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509040

Black with #509040

Text Example


Text Example

White with #509040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509040; }

 p { color: rgb(80,144,64); }

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

background-color css

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

 a { background-color: rgb(80,144,64); }

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

border-color css

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

 span { border-color: rgb(80,144,64); }

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