Html Css Color HEX #507E45 Fern Green

📋 copy color: '#507E45'

red 80 ◦ green 126 ◦ blue 69

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

Shades of Fern Green #507E45

Tints of Fern Green #507E45

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.82%

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

R = 29.09%
G = 45.82%
B = 25.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#507E45 (or 0x507E45) is known color: Fern Green. HEX triplet: 50, 7E and 45. RGB value is (80,126,69). Sum of RGB (Red+Green+Blue) = 80+126+69=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #507E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E45 is #AF81BA. Grayscale: #696969. Windows color (decimal): -11502011 or 4554320. OLE color: 4554320.

HSL color Cylindrical-coordinate representation of color #507E45: hue angle of 108.42º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507E45 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 126 69 -
CMYK 0.37 0 0.45 0.51
HSL 108.42º 0.29% 0.38% -
HSV(B) 108.42º 0.45% 0.49% -
XYZ 11.84 17.06 8.3 -
YUV 105.75 107.26 109.63 -
System Red Green Blue C M Y K H S L
Decimal 80 126 69 0.37 0 0.45 0.51 108.42 0.29 0.38
Hex 50 7E 45 25 0 2D 33 6C 1D 26
Octal 120 176 105 45 0 55 63 154 35 46
Binary 1010000 1111110 1000101 100101 0 101101 110011 1101100 11101 100110

Color Harmonies of #507E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E45

Black with #507E45

Text Example


Text Example

White with #507E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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