Html Css Color HEX #50814C Fern Green

📋 copy color: '#50814C'

red 80 ◦ green 129 ◦ blue 76

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

Shades of Fern Green #50814C

Tints of Fern Green #50814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

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

R = 28.07%
G = 45.26%
B = 26.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#50814C (or 0x50814C) is known color: Fern Green. HEX triplet: 50, 81 and 4C. RGB value is (80,129,76). Sum of RGB (Red+Green+Blue) = 80+129+76=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #50814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50814C is #AF7EB3. Grayscale: #6C6C6C. Windows color (decimal): -11501236 or 5013840. OLE color: 5013840.

HSL color Cylindrical-coordinate representation of color #50814C: hue angle of 115.47º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50814C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 76 -
CMYK 0.38 0 0.41 0.49
HSL 115.47º 0.26% 0.4% -
HSV(B) 115.47º 0.41% 0.51% -
XYZ 12.46 17.93 9.64 -
YUV 108.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 80 129 76 0.38 0 0.41 0.49 115.47 0.26 0.4
Hex 50 81 4C 26 0 29 31 73 1A 28
Octal 120 201 114 46 0 51 61 163 32 50
Binary 1010000 10000001 1001100 100110 0 101001 110001 1110011 11010 101000

Color Harmonies of #50814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50814C

Black with #50814C

Text Example


Text Example

White with #50814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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