Html Css Color HEX #507446 Fern Green

📋 copy color: '#507446'

red 80 ◦ green 116 ◦ blue 70

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

Shades of Fern Green #507446

Tints of Fern Green #507446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 30.08%
G = 43.61%
B = 26.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#507446 (or 0x507446) is known color: Fern Green. HEX triplet: 50, 74 and 46. RGB value is (80,116,70). Sum of RGB (Red+Green+Blue) = 80+116+70=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #507446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507446 is #AF8BB9. Grayscale: #646464. Windows color (decimal): -11504570 or 4617296. OLE color: 4617296.

HSL color Cylindrical-coordinate representation of color #507446: hue angle of 106.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507446 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 70 -
CMYK 0.31 0 0.40 0.55
HSL 106.96º 0.25% 0.36% -
HSV(B) 106.96º 0.4% 0.45% -
XYZ 10.66 14.64 8.06 -
YUV 99.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 80 116 70 0.31 0 0.40 0.55 106.96 0.25 0.36
Hex 50 74 46 1F 0 28 37 6B 19 24
Octal 120 164 106 37 0 50 67 153 31 44
Binary 1010000 1110100 1000110 11111 0 101000 110111 1101011 11001 100100

Color Harmonies of #507446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507446

Black with #507446

Text Example


Text Example

White with #507446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507446; }

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

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

background-color css

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

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

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

border-color css

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

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

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