#507548

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

Shades of Fern Green #507548

Tints of Fern Green #507548

Color information

#507548 (or 0x507548) is unknown color: approx Fern Green. HEX triplet: 50, 75 and 48. RGB value is (80,117,72). Sum of RGB (Red+Green+Blue) = 80+117+72=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #507548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507548 is #AF8AB7. Grayscale: #646464. Windows color (decimal): -11504312 or 4748624. OLE color: 4748624.

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

Color convert

RGB8011772-
CMYK0.3200.380.54
HSL109.33º23.81%37.06%-
HSV(B)109.33º38.46%45.88%-
XYZ10.8414.98.43-
YUV100.81111.74113.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=29.74%
G=43.49%
B=26.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117720.3200.380.54109.3323.8137.06
Hex50754820026366d1825
Octal12016511040046661553045
Binary1010000111010110010001000000100110110110110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507548; }

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

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

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

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

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

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

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

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