Html Css Color HEX #509342 Fern Green

📋 copy color: '#509342'

red 80 ◦ green 147 ◦ blue 66

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

Shades of Fern Green #509342

Tints of Fern Green #509342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

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

R = 27.3%
G = 50.17%
B = 22.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#509342 (or 0x509342) is known color: Fern Green. HEX triplet: 50, 93 and 42. RGB value is (80,147,66). Sum of RGB (Red+Green+Blue) = 80+147+66=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #509342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509342 is #AF6CBD. Grayscale: #757575. Windows color (decimal): -11496638 or 4363088. OLE color: 4363088.

HSL color Cylindrical-coordinate representation of color #509342: hue angle of 109.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #509342 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 66 -
CMYK 0.46 0 0.55 0.42
HSL 109.63º 0.38% 0.42% -
HSV(B) 109.63º 0.55% 0.58% -
XYZ 14.73 22.97 8.81 -
YUV 117.73 98.8 101.09 -
System Red Green Blue C M Y K H S L
Decimal 80 147 66 0.46 0 0.55 0.42 109.63 0.38 0.42
Hex 50 93 42 2E 0 37 2A 6E 26 2A
Octal 120 223 102 56 0 67 52 156 46 52
Binary 1010000 10010011 1000010 101110 0 110111 101010 1101110 100110 101010

Color Harmonies of #509342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509342

Black with #509342

Text Example


Text Example

White with #509342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509342; }

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

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

background-color css

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

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

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

border-color css

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

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

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