Html Css Color HEX #507E39 Fern Green

📋 copy color: '#507E39'

red 80 ◦ green 126 ◦ blue 57

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

Shades of Fern Green #507E39

Tints of Fern Green #507E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 30.42%
G = 47.91%
B = 21.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#507E39 (or 0x507E39) is known color: Fern Green. HEX triplet: 50, 7E and 39. RGB value is (80,126,57). Sum of RGB (Red+Green+Blue) = 80+126+57=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #507E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E39 is #AF81C6. Grayscale: #686868. Windows color (decimal): -11502023 or 3767888. OLE color: 3767888.

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

Color convert

RGB 80 126 57 -
CMYK 0.37 0 0.55 0.51
HSL 100º 0.38% 0.36% -
HSV(B) 100º 0.55% 0.49% -
XYZ 11.51 16.92 6.53 -
YUV 104.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 80 126 57 0.37 0 0.55 0.51 100 0.38 0.36
Hex 50 7E 39 25 0 37 33 64 26 24
Octal 120 176 71 45 0 67 63 144 46 44
Binary 1010000 1111110 111001 100101 0 110111 110011 1100100 100110 100100

Color Harmonies of #507E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E39

Black with #507E39

Text Example


Text Example

White with #507E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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