#314845

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

Shades of Firefly #314845

Tints of Firefly #314845

Color information

#314845 (or 0x314845) is unknown color: approx Firefly. HEX triplet: 31, 48 and 45. RGB value is (49,72,69). Sum of RGB (Red+Green+Blue) = 49+72+69=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #314845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314845 is #CEB7BA. Grayscale: #404040. Windows color (decimal): -13547451 or 4540465. OLE color: 4540465.

HSL color Cylindrical-coordinate representation of color #314845: hue angle of 172.17º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314845 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB497269-
CMYK0.3200.040.72
HSL172.17º19.01%23.73%-
HSV(B)172.17º31.94%28.24%-
XYZ4.665.726.49-
YUV64.78130.38116.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=25.79%
G=37.89%
B=36.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972690.3200.040.72172.1719.0123.73
Hex314845200448ac1318
Octal6111010540041102542330
Binary1100011001000100010110000001001001000101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314845; }

 p { color: rgb(49,72,69); }

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

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

 a { background-color: rgb(49,72,69); }

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

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

 span { border-color: rgb(49,72,69); }

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