Html Css Color HEX #507147 Fern Green

📋 copy color: '#507147'

red 80 ◦ green 113 ◦ blue 71

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

Shades of Fern Green #507147

Tints of Fern Green #507147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 30.3%
G = 42.8%
B = 26.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#507147 (or 0x507147) is known color: Fern Green. HEX triplet: 50, 71 and 47. RGB value is (80,113,71). Sum of RGB (Red+Green+Blue) = 80+113+71=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #507147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507147 is #AF8EB8. Grayscale: #626262. Windows color (decimal): -11505337 or 4682064. OLE color: 4682064.

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

Color convert

RGB 80 113 71 -
CMYK 0.29 0 0.37 0.56
HSL 107.14º 0.23% 0.36% -
HSV(B) 107.14º 0.37% 0.44% -
XYZ 10.35 13.97 8.11 -
YUV 98.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 80 113 71 0.29 0 0.37 0.56 107.14 0.23 0.36
Hex 50 71 47 1D 0 25 38 6B 17 24
Octal 120 161 107 35 0 45 70 153 27 44
Binary 1010000 1110001 1000111 11101 0 100101 111000 1101011 10111 100100

Color Harmonies of #507147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507147

Black with #507147

Text Example


Text Example

White with #507147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507147; }

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

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

background-color css

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

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

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

border-color css

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

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

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