#314847

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

Shades of Firefly #314847

Tints of Firefly #314847

Color information

#314847 (or 0x314847) is unknown color: approx Firefly. HEX triplet: 31, 48 and 47. RGB value is (49,72,71). Sum of RGB (Red+Green+Blue) = 49+72+71=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #314847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314847 is #CEB7B8. Grayscale: #404040. Windows color (decimal): -13547449 or 4671537. OLE color: 4671537.

HSL color Cylindrical-coordinate representation of color #314847: hue angle of 177.39º 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 #314847 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB497271-
CMYK0.3200.010.72
HSL177.39º19.01%23.73%-
HSV(B)177.39º31.94%28.24%-
XYZ4.725.746.82-
YUV65.01131.38116.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=25.52%
G=37.5%
B=36.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972710.3200.010.72177.3919.0123.73
Hex314847200148b11318
Octal6111010740011102612330
Binary11000110010001000111100000011001000101100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314847; }

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

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

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

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

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

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

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

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