#314744

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

Shades of Firefly #314744

Tints of Firefly #314744

Color information

#314744 (or 0x314744) is unknown color: approx Firefly. HEX triplet: 31, 47 and 44. RGB value is (49,71,68). Sum of RGB (Red+Green+Blue) = 49+71+68=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #314744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314744 is #CEB8BB. Grayscale: #404040. Windows color (decimal): -13547708 or 4474673. OLE color: 4474673.

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

Color convert

RGB497168-
CMYK0.3100.040.72
HSL171.82º18.33%23.53%-
HSV(B)171.82º30.99%27.84%-
XYZ4.565.586.3-
YUV64.08130.21117.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=26.06%
G=37.77%
B=36.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971680.3100.040.72171.8218.3323.53
Hex3147441F0448ac1218
Octal6110710437041102542230
Binary110001100011110001001111101001001000101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314744; }

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

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

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

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

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

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

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

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