Html Css Color HEX #50783E Fern Green

📋 copy color: '#50783E'

red 80 ◦ green 120 ◦ blue 62

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

Shades of Fern Green #50783E

Tints of Fern Green #50783E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 30.53%
G = 45.8%
B = 23.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#50783E (or 0x50783E) is known color: Fern Green. HEX triplet: 50, 78 and 3E. RGB value is (80,120,62). Sum of RGB (Red+Green+Blue) = 80+120+62=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #50783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50783E is #AF87C1. Grayscale: #656565. Windows color (decimal): -11503554 or 4094032. OLE color: 4094032.

HSL color Cylindrical-coordinate representation of color #50783E: hue angle of 101.38º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50783E is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 62 -
CMYK 0.33 0 0.48 0.53
HSL 101.38º 0.32% 0.36% -
HSV(B) 101.38º 0.48% 0.47% -
XYZ 10.89 15.49 6.97 -
YUV 101.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 80 120 62 0.33 0 0.48 0.53 101.38 0.32 0.36
Hex 50 78 3E 21 0 30 35 65 20 24
Octal 120 170 76 41 0 60 65 145 40 44
Binary 1010000 1111000 111110 100001 0 110000 110101 1100101 100000 100100

Color Harmonies of #50783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50783E

Black with #50783E

Text Example


Text Example

White with #50783E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50783E; }

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

 H1.HeaderClassName
 {
   color: #50783E;
 }
 .AnyTagClassName
 {
   color: #50783E;
 }
</style>

background-color css

<style>
 a { background-color: #50783E; }

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

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

border-color css

<style>
 span { border-color: #50783E; }

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

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