Html Css Color HEX #50784B Fern Green

📋 copy color: '#50784B'

red 80 ◦ green 120 ◦ blue 75

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

Shades of Fern Green #50784B

Tints of Fern Green #50784B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.64%

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

R = 29.09%
G = 43.64%
B = 27.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#50784B (or 0x50784B) is known color: Fern Green. HEX triplet: 50, 78 and 4B. RGB value is (80,120,75). Sum of RGB (Red+Green+Blue) = 80+120+75=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #50784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50784B is #AF87B4. Grayscale: #676767. Windows color (decimal): -11503541 or 4946000. OLE color: 4946000.

HSL color Cylindrical-coordinate representation of color #50784B: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50784B is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 75 -
CMYK 0.33 0 0.37 0.53
HSL 113.33º 0.23% 0.38% -
HSV(B) 113.33º 0.38% 0.47% -
XYZ 11.29 15.65 9.08 -
YUV 102.91 112.25 111.66 -
System Red Green Blue C M Y K H S L
Decimal 80 120 75 0.33 0 0.37 0.53 113.33 0.23 0.38
Hex 50 78 4B 21 0 25 35 71 17 26
Octal 120 170 113 41 0 45 65 161 27 46
Binary 1010000 1111000 1001011 100001 0 100101 110101 1110001 10111 100110

Color Harmonies of #50784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50784B

Black with #50784B

Text Example


Text Example

White with #50784B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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