Html Css Color HEX #50753E Fern Green

📋 copy color: '#50753E'

red 80 ◦ green 117 ◦ blue 62

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

Shades of Fern Green #50753E

Tints of Fern Green #50753E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 30.89%
G = 45.17%
B = 23.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#50753E (or 0x50753E) is known color: Fern Green. HEX triplet: 50, 75 and 3E. RGB value is (80,117,62). Sum of RGB (Red+Green+Blue) = 80+117+62=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #50753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50753E is #AF8AC1. Grayscale: #636363. Windows color (decimal): -11504322 or 4093264. OLE color: 4093264.

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

Color convert

RGB 80 117 62 -
CMYK 0.32 0 0.47 0.54
HSL 100.36º 0.31% 0.35% -
HSV(B) 100.36º 0.47% 0.46% -
XYZ 10.54 14.78 6.85 -
YUV 99.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 80 117 62 0.32 0 0.47 0.54 100.36 0.31 0.35
Hex 50 75 3E 20 0 2F 36 64 1F 23
Octal 120 165 76 40 0 57 66 144 37 43
Binary 1010000 1110101 111110 100000 0 101111 110110 1100100 11111 100011

Color Harmonies of #50753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50753E

Black with #50753E

Text Example


Text Example

White with #50753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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