Html Css Color HEX #50703D Fern Green

📋 copy color: '#50703D'

red 80 ◦ green 112 ◦ blue 61

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

Shades of Fern Green #50703D

Tints of Fern Green #50703D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

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

R = 31.62%
G = 44.27%
B = 24.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#50703D (or 0x50703D) is known color: Fern Green. HEX triplet: 50, 70 and 3D. RGB value is (80,112,61). Sum of RGB (Red+Green+Blue) = 80+112+61=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #50703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50703D is #AF8FC2. Grayscale: #606060. Windows color (decimal): -11505603 or 4026448. OLE color: 4026448.

HSL color Cylindrical-coordinate representation of color #50703D: hue angle of 97.65º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50703D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 61 -
CMYK 0.29 0 0.46 0.56
HSL 97.65º 0.29% 0.34% -
HSV(B) 97.65º 0.46% 0.44% -
XYZ 9.94 13.63 6.52 -
YUV 96.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 80 112 61 0.29 0 0.46 0.56 97.65 0.29 0.34
Hex 50 70 3D 1D 0 2E 38 62 1D 22
Octal 120 160 75 35 0 56 70 142 35 42
Binary 1010000 1110000 111101 11101 0 101110 111000 1100010 11101 100010

Color Harmonies of #50703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50703D

Black with #50703D

Text Example


Text Example

White with #50703D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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