#314342

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

Shades of Firefly #314342

Tints of Firefly #314342

Color information

#314342 (or 0x314342) is unknown color: approx Firefly. HEX triplet: 31, 43 and 42. RGB value is (49,67,66). Sum of RGB (Red+Green+Blue) = 49+67+66=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 67 - color contains mainly: green. Hex color #314342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314342 is #CEBCBD. Grayscale: #3D3D3D. Windows color (decimal): -13548734 or 4342577. OLE color: 4342577.

HSL color Cylindrical-coordinate representation of color #314342: hue angle of 176.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #314342 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB496766-
CMYK0.2700.010.74
HSL176.67º15.52%22.75%-
HSV(B)176.67º26.87%26.27%-
XYZ4.265.065.91-
YUV61.5130.54119.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=26.92%
G=36.81%
B=36.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967660.2700.010.74176.6715.5222.75
Hex3143421B014Ab11017
Octal6110310233011122612027
Binary1100011000011100001011011011001010101100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314342; }

 p { color: rgb(49,67,66); }

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

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

 a { background-color: rgb(49,67,66); }

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

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

 span { border-color: rgb(49,67,66); }

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