#314F49

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

Shades of Firefly #314F49

Tints of Firefly #314F49

Color information

#314F49 (or 0x314F49) is unknown color: approx Firefly. HEX triplet: 31, 4F and 49. RGB value is (49,79,73). Sum of RGB (Red+Green+Blue) = 49+79+73=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #314F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F49 is #CEB0B6. Grayscale: #454545. Windows color (decimal): -13545655 or 4804401. OLE color: 4804401.

HSL color Cylindrical-coordinate representation of color #314F49: hue angle of 168º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #314F49 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB497973-
CMYK0.3800.080.69
HSL168º23.44%25.1%-
HSV(B)168º37.97%30.98%-
XYZ5.276.737.32-
YUV69.35130.06113.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=24.38%
G=39.30%
B=36.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979730.3800.080.6916823.4425.1
Hex314F49260845a81719
Octal61117111460101052502731
Binary11000110011111001001100110010001000101101010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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