Html Css Color HEX #507E34 Fern Green

📋 copy color: '#507E34'

red 80 ◦ green 126 ◦ blue 52

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

Shades of Fern Green #507E34

Tints of Fern Green #507E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.16%

R = 31.01%
G = 48.84%
B = 20.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#507E34 (or 0x507E34) is known color: Fern Green. HEX triplet: 50, 7E and 34. RGB value is (80,126,52). Sum of RGB (Red+Green+Blue) = 80+126+52=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #507E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E34 is #AF81CB. Grayscale: #686868. Windows color (decimal): -11502028 or 3440208. OLE color: 3440208.

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

Color convert

RGB 80 126 52 -
CMYK 0.37 0 0.59 0.51
HSL 97.3º 0.42% 0.35% -
HSV(B) 97.3º 0.59% 0.49% -
XYZ 11.39 16.88 5.91 -
YUV 103.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 80 126 52 0.37 0 0.59 0.51 97.3 0.42 0.35
Hex 50 7E 34 25 0 3B 33 61 2A 23
Octal 120 176 64 45 0 73 63 141 52 43
Binary 1010000 1111110 110100 100101 0 111011 110011 1100001 101010 100011

Color Harmonies of #507E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E34

Black with #507E34

Text Example


Text Example

White with #507E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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