Html Css Color HEX #509245 Fern Green

📋 copy color: '#509245'

red 80 ◦ green 146 ◦ blue 69

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

Shades of Fern Green #509245

Tints of Fern Green #509245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.49%

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

R = 27.12%
G = 49.49%
B = 23.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#509245 (or 0x509245) is known color: Fern Green. HEX triplet: 50, 92 and 45. RGB value is (80,146,69). Sum of RGB (Red+Green+Blue) = 80+146+69=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #509245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509245 is #AF6DBA. Grayscale: #757575. Windows color (decimal): -11496891 or 4559440. OLE color: 4559440.

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

Color convert

RGB 80 146 69 -
CMYK 0.45 0 0.53 0.43
HSL 111.43º 0.36% 0.42% -
HSV(B) 111.43º 0.53% 0.57% -
XYZ 14.66 22.69 9.24 -
YUV 117.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 80 146 69 0.45 0 0.53 0.43 111.43 0.36 0.42
Hex 50 92 45 2D 0 35 2B 6F 24 2A
Octal 120 222 105 55 0 65 53 157 44 52
Binary 1010000 10010010 1000101 101101 0 110101 101011 1101111 100100 101010

Color Harmonies of #509245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509245

Black with #509245

Text Example


Text Example

White with #509245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509245; }

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

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

background-color css

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

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

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

border-color css

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

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

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