Html Css Color HEX #507937 Fern Green

📋 copy color: '#507937'

red 80 ◦ green 121 ◦ blue 55

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

Shades of Fern Green #507937

Tints of Fern Green #507937

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

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

R = 31.25%
G = 47.27%
B = 21.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#507937 (or 0x507937) is known color: Fern Green. HEX triplet: 50, 79 and 37. RGB value is (80,121,55). Sum of RGB (Red+Green+Blue) = 80+121+55=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #507937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507937 is #AF86C8. Grayscale: #656565. Windows color (decimal): -11503305 or 3635536. OLE color: 3635536.

HSL color Cylindrical-coordinate representation of color #507937: hue angle of 97.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #507937 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 55 -
CMYK 0.34 0 0.55 0.53
HSL 97.27º 0.38% 0.35% -
HSV(B) 97.27º 0.55% 0.47% -
XYZ 10.84 15.66 6.07 -
YUV 101.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 80 121 55 0.34 0 0.55 0.53 97.27 0.38 0.35
Hex 50 79 37 22 0 37 35 61 26 23
Octal 120 171 67 42 0 67 65 141 46 43
Binary 1010000 1111001 110111 100010 0 110111 110101 1100001 100110 100011

Color Harmonies of #507937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507937

Black with #507937

Text Example


Text Example

White with #507937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507937; }

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

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

background-color css

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

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

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

border-color css

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

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

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