Html Css Color HEX #509142 Fern Green

📋 copy color: '#509142'

red 80 ◦ green 145 ◦ blue 66

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

Shades of Fern Green #509142

Tints of Fern Green #509142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 27.49%
G = 49.83%
B = 22.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#509142 (or 0x509142) is known color: Fern Green. HEX triplet: 50, 91 and 42. RGB value is (80,145,66). Sum of RGB (Red+Green+Blue) = 80+145+66=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #509142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509142 is #AF6EBD. Grayscale: #747474. Windows color (decimal): -11497150 or 4362576. OLE color: 4362576.

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

Color convert

RGB 80 145 66 -
CMYK 0.45 0 0.54 0.43
HSL 109.37º 0.37% 0.41% -
HSV(B) 109.37º 0.54% 0.57% -
XYZ 14.42 22.35 8.71 -
YUV 116.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 80 145 66 0.45 0 0.54 0.43 109.37 0.37 0.41
Hex 50 91 42 2D 0 36 2B 6D 25 29
Octal 120 221 102 55 0 66 53 155 45 51
Binary 1010000 10010001 1000010 101101 0 110110 101011 1101101 100101 101001

Color Harmonies of #509142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509142

Black with #509142

Text Example


Text Example

White with #509142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509142; }

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

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

background-color css

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

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

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

border-color css

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

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

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