Html Css Color HEX #509140 Fern Green

📋 copy color: '#509140'

red 80 ◦ green 145 ◦ blue 64

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

Shades of Fern Green #509140

Tints of Fern Green #509140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

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

R = 27.68%
G = 50.17%
B = 22.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#509140 (or 0x509140) is known color: Fern Green. HEX triplet: 50, 91 and 40. RGB value is (80,145,64). Sum of RGB (Red+Green+Blue) = 80+145+64=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #509140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509140 is #AF6EBF. Grayscale: #747474. Windows color (decimal): -11497152 or 4231504. OLE color: 4231504.

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

Color convert

RGB 80 145 64 -
CMYK 0.45 0 0.56 0.43
HSL 108.15º 0.39% 0.41% -
HSV(B) 108.15º 0.56% 0.57% -
XYZ 14.36 22.33 8.4 -
YUV 116.33 98.47 102.09 -
System Red Green Blue C M Y K H S L
Decimal 80 145 64 0.45 0 0.56 0.43 108.15 0.39 0.41
Hex 50 91 40 2D 0 38 2B 6C 27 29
Octal 120 221 100 55 0 70 53 154 47 51
Binary 1010000 10010001 1000000 101101 0 111000 101011 1101100 100111 101001

Color Harmonies of #509140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509140

Black with #509140

Text Example


Text Example

White with #509140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509140; }

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

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

background-color css

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

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

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

border-color css

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

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

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