#314C49

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

Shades of Firefly #314C49

Tints of Firefly #314C49

Color information

#314C49 (or 0x314C49) is unknown color: approx Firefly. HEX triplet: 31, 4C and 49. RGB value is (49,76,73). Sum of RGB (Red+Green+Blue) = 49+76+73=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 76 - color contains mainly: green. Hex color #314C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C49 is #CEB3B6. Grayscale: #434343. Windows color (decimal): -13546423 or 4803633. OLE color: 4803633.

HSL color Cylindrical-coordinate representation of color #314C49: hue angle of 173.33º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C49 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB497673-
CMYK0.3600.040.70
HSL173.33º21.6%24.51%-
HSV(B)173.33º35.53%29.8%-
XYZ5.056.37.25-
YUV67.58131.05114.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=24.75%
G=38.38%
B=36.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4976730.3600.040.70173.3321.624.51
Hex314C49240446ad1619
Octal6111411144041062552631
Binary1100011001100100100110010001001000110101011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314C49; }

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

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

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

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

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

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

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

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