Html Css Color HEX #509145 Fern Green

📋 copy color: '#509145'

red 80 ◦ green 145 ◦ blue 69

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

Shades of Fern Green #509145

Tints of Fern Green #509145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 27.21%
G = 49.32%
B = 23.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#509145 (or 0x509145) is known color: Fern Green. HEX triplet: 50, 91 and 45. RGB value is (80,145,69). Sum of RGB (Red+Green+Blue) = 80+145+69=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #509145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509145 is #AF6EBA. Grayscale: #757575. Windows color (decimal): -11497147 or 4559184. OLE color: 4559184.

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

Color convert

RGB 80 145 69 -
CMYK 0.45 0 0.52 0.43
HSL 111.32º 0.36% 0.42% -
HSV(B) 111.32º 0.52% 0.57% -
XYZ 14.51 22.39 9.19 -
YUV 116.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 80 145 69 0.45 0 0.52 0.43 111.32 0.36 0.42
Hex 50 91 45 2D 0 34 2B 6F 24 2A
Octal 120 221 105 55 0 64 53 157 44 52
Binary 1010000 10010001 1000101 101101 0 110100 101011 1101111 100100 101010

Color Harmonies of #509145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509145

Black with #509145

Text Example


Text Example

White with #509145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509145; }

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

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

background-color css

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

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

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

border-color css

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

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

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