#507546

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

Shades of Fern Green #507546

Tints of Fern Green #507546

Color information

#507546 (or 0x507546) is unknown color: approx Fern Green. HEX triplet: 50, 75 and 46. RGB value is (80,117,70). Sum of RGB (Red+Green+Blue) = 80+117+70=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #507546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507546 is #AF8AB9. Grayscale: #646464. Windows color (decimal): -11504314 or 4617552. OLE color: 4617552.

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

Color convert

RGB8011770-
CMYK0.3200.400.54
HSL107.23º25.13%36.67%-
HSV(B)107.23º40.17%45.88%-
XYZ10.7814.878.1-
YUV100.58110.74113.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=29.96%
G=43.82%
B=26.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117700.3200.400.54107.2325.1336.67
Hex50754620028366b1925
Octal12016510640050661533145
Binary1010000111010110001101000000101000110110110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507546; }

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

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

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

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

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

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

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

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