Html Css Color HEX #50733E Fern Green

📋 copy color: '#50733E'

red 80 ◦ green 115 ◦ blue 62

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

Shades of Fern Green #50733E

Tints of Fern Green #50733E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

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

R = 31.13%
G = 44.75%
B = 24.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#50733E (or 0x50733E) is known color: Fern Green. HEX triplet: 50, 73 and 3E. RGB value is (80,115,62). Sum of RGB (Red+Green+Blue) = 80+115+62=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #50733E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50733E is #AF8CC1. Grayscale: #626262. Windows color (decimal): -11504834 or 4092752. OLE color: 4092752.

HSL color Cylindrical-coordinate representation of color #50733E: hue angle of 99.62º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50733E is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 62 -
CMYK 0.30 0 0.46 0.55
HSL 99.62º 0.3% 0.35% -
HSV(B) 99.62º 0.46% 0.45% -
XYZ 10.31 14.31 6.78 -
YUV 98.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 80 115 62 0.30 0 0.46 0.55 99.62 0.3 0.35
Hex 50 73 3E 1E 0 2E 37 64 1E 23
Octal 120 163 76 36 0 56 67 144 36 43
Binary 1010000 1110011 111110 11110 0 101110 110111 1100100 11110 100011

Color Harmonies of #50733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50733E

Black with #50733E

Text Example


Text Example

White with #50733E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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