Html Css Color HEX #507E37 Fern Green

📋 copy color: '#507E37'

red 80 ◦ green 126 ◦ blue 55

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

Shades of Fern Green #507E37

Tints of Fern Green #507E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 30.65%
G = 48.28%
B = 21.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#507E37 (or 0x507E37) is known color: Fern Green. HEX triplet: 50, 7E and 37. RGB value is (80,126,55). Sum of RGB (Red+Green+Blue) = 80+126+55=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #507E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E37 is #AF81C8. Grayscale: #686868. Windows color (decimal): -11502025 or 3636816. OLE color: 3636816.

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

Color convert

RGB 80 126 55 -
CMYK 0.37 0 0.56 0.51
HSL 98.87º 0.39% 0.35% -
HSV(B) 98.87º 0.56% 0.49% -
XYZ 11.46 16.9 6.27 -
YUV 104.15 100.26 110.77 -
System Red Green Blue C M Y K H S L
Decimal 80 126 55 0.37 0 0.56 0.51 98.87 0.39 0.35
Hex 50 7E 37 25 0 38 33 63 27 23
Octal 120 176 67 45 0 70 63 143 47 43
Binary 1010000 1111110 110111 100101 0 111000 110011 1100011 100111 100011

Color Harmonies of #507E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E37

Black with #507E37

Text Example


Text Example

White with #507E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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