Html Css Color HEX #507F45 Fern Green

📋 copy color: '#507F45'

red 80 ◦ green 127 ◦ blue 69

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

Shades of Fern Green #507F45

Tints of Fern Green #507F45

RGB

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

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 69 (27.34% from 255) = 25%

R = 28.99%
G = 46.01%
B = 25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#507F45 (or 0x507F45) is known color: Fern Green. HEX triplet: 50, 7F and 45. RGB value is (80,127,69). Sum of RGB (Red+Green+Blue) = 80+127+69=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #507F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507F45 is #AF80BA. Grayscale: #6A6A6A. Windows color (decimal): -11501755 or 4554576. OLE color: 4554576.

HSL color Cylindrical-coordinate representation of color #507F45: hue angle of 108.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507F45 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 69 -
CMYK 0.37 0 0.46 0.50
HSL 108.62º 0.3% 0.38% -
HSV(B) 108.62º 0.46% 0.5% -
XYZ 11.97 17.31 8.34 -
YUV 106.34 106.93 109.22 -
System Red Green Blue C M Y K H S L
Decimal 80 127 69 0.37 0 0.46 0.50 108.62 0.3 0.38
Hex 50 7F 45 25 0 2E 32 6D 1E 26
Octal 120 177 105 45 0 56 62 155 36 46
Binary 1010000 1111111 1000101 100101 0 101110 110010 1101101 11110 100110

Color Harmonies of #507F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F45

Black with #507F45

Text Example


Text Example

White with #507F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507F45; }

 p { color: rgb(80,127,69); }

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

background-color css

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

 a { background-color: rgb(80,127,69); }

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

border-color css

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

 span { border-color: rgb(80,127,69); }

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