#507A37

Color #507A37 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #507A37

Tints of Fern Green #507A37

Color information

#507A37 (or 0x507A37) is unknown color: approx Fern Green. HEX triplet: 50, 7A and 37. RGB value is (80,122,55). Sum of RGB (Red+Green+Blue) = 80+122+55=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #507A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A37 is #AF85C8. Grayscale: #666666. Windows color (decimal): -11503049 or 3635792. OLE color: 3635792.

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

Color convert

RGB8012255-
CMYK0.3400.550.52
HSL97.61º37.85%34.71%-
HSV(B)97.61º54.92%47.84%-
XYZ10.9615.96.11-
YUV101.8101.59112.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 122 (48.05% from 255) = 47.47%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=31.13%
G=47.47%
B=21.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80122550.3400.550.5297.6137.8534.71
Hex507A372203734622623
Octal1201726742067641424643
Binary1010000111101011011110001001101111101001100010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #507A37;
 }
 .AnyTagClassName
 {
   color: #507A37;
 }
</style>
background-color css

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

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

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

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

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

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