Html Css Color HEX #507E35 Fern Green

📋 copy color: '#507E35'

red 80 ◦ green 126 ◦ blue 53

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

Shades of Fern Green #507E35

Tints of Fern Green #507E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.46%

R = 30.89%
G = 48.65%
B = 20.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#507E35 (or 0x507E35) is known color: Fern Green. HEX triplet: 50, 7E and 35. RGB value is (80,126,53). Sum of RGB (Red+Green+Blue) = 80+126+53=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #507E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E35 is #AF81CA. Grayscale: #686868. Windows color (decimal): -11502027 or 3505744. OLE color: 3505744.

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

Color convert

RGB 80 126 53 -
CMYK 0.37 0 0.58 0.51
HSL 97.81º 0.41% 0.35% -
HSV(B) 97.81º 0.58% 0.49% -
XYZ 11.41 16.88 6.03 -
YUV 103.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 80 126 53 0.37 0 0.58 0.51 97.81 0.41 0.35
Hex 50 7E 35 25 0 3A 33 62 29 23
Octal 120 176 65 45 0 72 63 142 51 43
Binary 1010000 1111110 110101 100101 0 111010 110011 1100010 101001 100011

Color Harmonies of #507E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E35

Black with #507E35

Text Example


Text Example

White with #507E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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