Html Css Color HEX #50873F Fern Green

📋 copy color: '#50873F'

red 80 ◦ green 135 ◦ blue 63

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

Shades of Fern Green #50873F

Tints of Fern Green #50873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.56%

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

R = 28.78%
G = 48.56%
B = 22.66%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#50873F (or 0x50873F) is known color: Fern Green. HEX triplet: 50, 87 and 3F. RGB value is (80,135,63). Sum of RGB (Red+Green+Blue) = 80+135+63=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #50873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50873F is #AF78C0. Grayscale: #6E6E6E. Windows color (decimal): -11499713 or 4163408. OLE color: 4163408.

HSL color Cylindrical-coordinate representation of color #50873F: hue angle of 105.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50873F is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 63 -
CMYK 0.41 0 0.53 0.47
HSL 105.83º 0.36% 0.39% -
HSV(B) 105.83º 0.53% 0.53% -
XYZ 12.87 19.39 7.77 -
YUV 110.35 101.28 106.35 -
System Red Green Blue C M Y K H S L
Decimal 80 135 63 0.41 0 0.53 0.47 105.83 0.36 0.39
Hex 50 87 3F 29 0 35 2F 6A 24 27
Octal 120 207 77 51 0 65 57 152 44 47
Binary 1010000 10000111 111111 101001 0 110101 101111 1101010 100100 100111

Color Harmonies of #50873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50873F

Black with #50873F

Text Example


Text Example

White with #50873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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