Html Css Color HEX #50953F Fern Green

📋 copy color: '#50953F'

red 80 ◦ green 149 ◦ blue 63

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

Shades of Fern Green #50953F

Tints of Fern Green #50953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.03%

 BLUE value IS 63 (25% from 255) = 21.58%

R = 27.4%
G = 51.03%
B = 21.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#50953F (or 0x50953F) is known color: Fern Green. HEX triplet: 50, 95 and 3F. RGB value is (80,149,63). Sum of RGB (Red+Green+Blue) = 80+149+63=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #50953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50953F is #AF6AC0. Grayscale: #767676. Windows color (decimal): -11496129 or 4166992. OLE color: 4166992.

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

Color convert

RGB 80 149 63 -
CMYK 0.46 0 0.58 0.42
HSL 108.14º 0.41% 0.42% -
HSV(B) 108.14º 0.58% 0.58% -
XYZ 14.95 23.56 8.46 -
YUV 118.57 96.64 100.49 -
System Red Green Blue C M Y K H S L
Decimal 80 149 63 0.46 0 0.58 0.42 108.14 0.41 0.42
Hex 50 95 3F 2E 0 3A 2A 6C 29 2A
Octal 120 225 77 56 0 72 52 154 51 52
Binary 1010000 10010101 111111 101110 0 111010 101010 1101100 101001 101010

Color Harmonies of #50953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50953F

Black with #50953F

Text Example


Text Example

White with #50953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50953F; }

 p { color: rgb(80,149,63); }

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

background-color css

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

 a { background-color: rgb(80,149,63); }

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

border-color css

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

 span { border-color: rgb(80,149,63); }

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