Html Css Color HEX #507146 Fern Green

📋 copy color: '#507146'

red 80 ◦ green 113 ◦ blue 70

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

Shades of Fern Green #507146

Tints of Fern Green #507146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.62%

R = 30.42%
G = 42.97%
B = 26.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#507146 (or 0x507146) is known color: Fern Green. HEX triplet: 50, 71 and 46. RGB value is (80,113,70). Sum of RGB (Red+Green+Blue) = 80+113+70=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #507146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507146 is #AF8EB9. Grayscale: #626262. Windows color (decimal): -11505338 or 4616528. OLE color: 4616528.

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

Color convert

RGB 80 113 70 -
CMYK 0.29 0 0.38 0.56
HSL 106.05º 0.23% 0.36% -
HSV(B) 106.05º 0.38% 0.44% -
XYZ 10.32 13.96 7.94 -
YUV 98.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 80 113 70 0.29 0 0.38 0.56 106.05 0.23 0.36
Hex 50 71 46 1D 0 26 38 6A 17 24
Octal 120 161 106 35 0 46 70 152 27 44
Binary 1010000 1110001 1000110 11101 0 100110 111000 1101010 10111 100100

Color Harmonies of #507146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507146

Black with #507146

Text Example


Text Example

White with #507146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507146; }

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

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

background-color css

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

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

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

border-color css

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

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

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