#315049

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

Shades of Firefly #315049

Tints of Firefly #315049

Color information

#315049 (or 0x315049) is unknown color: approx Firefly. HEX triplet: 31, 50 and 49. RGB value is (49,80,73). Sum of RGB (Red+Green+Blue) = 49+80+73=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #315049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315049 is #CEAFB6. Grayscale: #454545. Windows color (decimal): -13545399 or 4804657. OLE color: 4804657.

HSL color Cylindrical-coordinate representation of color #315049: hue angle of 166.45º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315049 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB498073-
CMYK0.3900.090.69
HSL166.45º24.03%25.29%-
HSV(B)166.45º38.75%31.37%-
XYZ5.346.877.35-
YUV69.93129.73113.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=24.26%
G=39.60%
B=36.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980730.3900.090.69166.4524.0325.29
Hex315049270945a61819
Octal61120111470111052463031
Binary11000110100001001001100111010011000101101001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315049; }

 p { color: rgb(49,80,73); }

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

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

 a { background-color: rgb(49,80,73); }

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

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

 span { border-color: rgb(49,80,73); }

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