Html Css Color HEX #507539 Fern Green

📋 copy color: '#507539'

red 80 ◦ green 117 ◦ blue 57

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

Shades of Fern Green #507539

Tints of Fern Green #507539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 31.5%
G = 46.06%
B = 22.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#507539 (or 0x507539) is known color: Fern Green. HEX triplet: 50, 75 and 39. RGB value is (80,117,57). Sum of RGB (Red+Green+Blue) = 80+117+57=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #507539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507539 is #AF8AC6. Grayscale: #636363. Windows color (decimal): -11504327 or 3765584. OLE color: 3765584.

HSL color Cylindrical-coordinate representation of color #507539: hue angle of 97º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #507539 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 57 -
CMYK 0.32 0 0.51 0.54
HSL 97º 0.34% 0.34% -
HSV(B) 97º 0.51% 0.46% -
XYZ 10.41 14.72 6.16 -
YUV 99.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 80 117 57 0.32 0 0.51 0.54 97 0.34 0.34
Hex 50 75 39 20 0 33 36 61 22 22
Octal 120 165 71 40 0 63 66 141 42 42
Binary 1010000 1110101 111001 100000 0 110011 110110 1100001 100010 100010

Color Harmonies of #507539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507539

Black with #507539

Text Example


Text Example

White with #507539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507539; }

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

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

background-color css

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

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

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

border-color css

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

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

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