Html Css Color HEX #50884B Fern Green

📋 copy color: '#50884B'

red 80 ◦ green 136 ◦ blue 75

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

Shades of Fern Green #50884B

Tints of Fern Green #50884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.74%

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 27.49%
G = 46.74%
B = 25.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#50884B (or 0x50884B) is known color: Fern Green. HEX triplet: 50, 88 and 4B. RGB value is (80,136,75). Sum of RGB (Red+Green+Blue) = 80+136+75=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #50884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50884B is #AF77B4. Grayscale: #707070. Windows color (decimal): -11499445 or 4950096. OLE color: 4950096.

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

Color convert

RGB 80 136 75 -
CMYK 0.41 0 0.45 0.47
HSL 115.08º 0.29% 0.41% -
HSV(B) 115.08º 0.45% 0.53% -
XYZ 13.38 19.82 9.78 -
YUV 112.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 80 136 75 0.41 0 0.45 0.47 115.08 0.29 0.41
Hex 50 88 4B 29 0 2D 2F 73 1D 29
Octal 120 210 113 51 0 55 57 163 35 51
Binary 1010000 10001000 1001011 101001 0 101101 101111 1110011 11101 101001

Color Harmonies of #50884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50884B

Black with #50884B

Text Example


Text Example

White with #50884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50884B; }

 p { color: rgb(80,136,75); }

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

background-color css

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

 a { background-color: rgb(80,136,75); }

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

border-color css

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

 span { border-color: rgb(80,136,75); }

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