Html Css Color HEX #50854C Fern Green

📋 copy color: '#50854C'

red 80 ◦ green 133 ◦ blue 76

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

Shades of Fern Green #50854C

Tints of Fern Green #50854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 27.68%
G = 46.02%
B = 26.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#50854C (or 0x50854C) is known color: Fern Green. HEX triplet: 50, 85 and 4C. RGB value is (80,133,76). Sum of RGB (Red+Green+Blue) = 80+133+76=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #50854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50854C is #AF7AB3. Grayscale: #6E6E6E. Windows color (decimal): -11500212 or 5014864. OLE color: 5014864.

HSL color Cylindrical-coordinate representation of color #50854C: hue angle of 115.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50854C is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 76 -
CMYK 0.40 0 0.43 0.48
HSL 115.79º 0.27% 0.41% -
HSV(B) 115.79º 0.43% 0.52% -
XYZ 13 19 9.82 -
YUV 110.66 108.44 106.13 -
System Red Green Blue C M Y K H S L
Decimal 80 133 76 0.40 0 0.43 0.48 115.79 0.27 0.41
Hex 50 85 4C 28 0 2B 30 74 1B 29
Octal 120 205 114 50 0 53 60 164 33 51
Binary 1010000 10000101 1001100 101000 0 101011 110000 1110100 11011 101001

Color Harmonies of #50854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50854C

Black with #50854C

Text Example


Text Example

White with #50854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50854C; }

 p { color: rgb(80,133,76); }

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

background-color css

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

 a { background-color: rgb(80,133,76); }

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

border-color css

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

 span { border-color: rgb(80,133,76); }

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