Html Css Color HEX #50763A Fern Green

📋 copy color: '#50763A'

red 80 ◦ green 118 ◦ blue 58

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

Shades of Fern Green #50763A

Tints of Fern Green #50763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 31.25%
G = 46.09%
B = 22.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#50763A (or 0x50763A) is known color: Fern Green. HEX triplet: 50, 76 and 3A. RGB value is (80,118,58). Sum of RGB (Red+Green+Blue) = 80+118+58=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #50763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50763A is #AF89C5. Grayscale: #636363. Windows color (decimal): -11504070 or 3831376. OLE color: 3831376.

HSL color Cylindrical-coordinate representation of color #50763A: hue angle of 98º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50763A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 58 -
CMYK 0.32 0 0.51 0.54
HSL 98º 0.34% 0.35% -
HSV(B) 98º 0.51% 0.46% -
XYZ 10.55 14.97 6.34 -
YUV 99.8 104.41 113.88 -
System Red Green Blue C M Y K H S L
Decimal 80 118 58 0.32 0 0.51 0.54 98 0.34 0.35
Hex 50 76 3A 20 0 33 36 62 22 23
Octal 120 166 72 40 0 63 66 142 42 43
Binary 1010000 1110110 111010 100000 0 110011 110110 1100010 100010 100011

Color Harmonies of #50763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50763A

Black with #50763A

Text Example


Text Example

White with #50763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50763A; }

 p { color: rgb(80,118,58); }

 H1.HeaderClassName
 {
   color: #50763A;
 }
 .AnyTagClassName
 {
   color: #50763A;
 }
</style>

background-color css

<style>
 a { background-color: #50763A; }

 a { background-color: rgb(80,118,58); }

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

border-color css

<style>
 span { border-color: #50763A; }

 span { border-color: rgb(80,118,58); }

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