Html Css Color HEX #50733D Fern Green

📋 copy color: '#50733D'

red 80 ◦ green 115 ◦ blue 61

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

Shades of Fern Green #50733D

Tints of Fern Green #50733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 31.25%
G = 44.92%
B = 23.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#50733D (or 0x50733D) is known color: Fern Green. HEX triplet: 50, 73 and 3D. RGB value is (80,115,61). Sum of RGB (Red+Green+Blue) = 80+115+61=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #50733D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50733D is #AF8CC2. Grayscale: #626262. Windows color (decimal): -11504835 or 4027216. OLE color: 4027216.

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

Color convert

RGB 80 115 61 -
CMYK 0.30 0 0.47 0.55
HSL 98.89º 0.31% 0.35% -
HSV(B) 98.89º 0.47% 0.45% -
XYZ 10.28 14.3 6.63 -
YUV 98.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 80 115 61 0.30 0 0.47 0.55 98.89 0.31 0.35
Hex 50 73 3D 1E 0 2F 37 63 1F 23
Octal 120 163 75 36 0 57 67 143 37 43
Binary 1010000 1110011 111101 11110 0 101111 110111 1100011 11111 100011

Color Harmonies of #50733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50733D

Black with #50733D

Text Example


Text Example

White with #50733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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