Html Css Color HEX #50714B Fern Green

📋 copy color: '#50714B'

red 80 ◦ green 113 ◦ blue 75

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

Shades of Fern Green #50714B

Tints of Fern Green #50714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 29.85%
G = 42.16%
B = 27.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#50714B (or 0x50714B) is known color: Fern Green. HEX triplet: 50, 71 and 4B. RGB value is (80,113,75). Sum of RGB (Red+Green+Blue) = 80+113+75=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #50714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50714B is #AF8EB4. Grayscale: #626262. Windows color (decimal): -11505333 or 4944208. OLE color: 4944208.

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

Color convert

RGB 80 113 75 -
CMYK 0.29 0 0.34 0.56
HSL 112.11º 0.2% 0.37% -
HSV(B) 112.11º 0.34% 0.44% -
XYZ 10.48 14.02 8.81 -
YUV 98.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 80 113 75 0.29 0 0.34 0.56 112.11 0.2 0.37
Hex 50 71 4B 1D 0 22 38 70 14 25
Octal 120 161 113 35 0 42 70 160 24 45
Binary 1010000 1110001 1001011 11101 0 100010 111000 1110000 10100 100101

Color Harmonies of #50714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50714B

Black with #50714B

Text Example


Text Example

White with #50714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50714B; }

 p { color: rgb(80,113,75); }

 H1.HeaderClassName
 {
   color: #50714B;
 }
 .AnyTagClassName
 {
   color: #50714B;
 }
</style>

background-color css

<style>
 a { background-color: #50714B; }

 a { background-color: rgb(80,113,75); }

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

border-color css

<style>
 span { border-color: #50714B; }

 span { border-color: rgb(80,113,75); }

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