#313E3C

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

Shades of Firefly #313E3C

Tints of Firefly #313E3C

Color information

#313E3C (or 0x313E3C) is unknown color: approx Firefly. HEX triplet: 31, 3E and 3C. RGB value is (49,62,60). Sum of RGB (Red+Green+Blue) = 49+62+60=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 62 - color contains mainly: green. Hex color #313E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E3C is #CEC1C3. Grayscale: #393939. Windows color (decimal): -13550020 or 3948081. OLE color: 3948081.

HSL color Cylindrical-coordinate representation of color #313E3C: hue angle of 170.77º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #313E3C is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB496260-
CMYK0.2100.030.76
HSL170.77º11.71%21.76%-
HSV(B)170.77º20.97%24.31%-
XYZ3.84.424.93-
YUV57.89129.19121.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=28.65%
G=36.26%
B=35.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4962600.2100.030.76170.7711.7121.76
Hex313E3C15034Cabc16
Octal61767425031142531426
Binary11000111111011110010101011100110010101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313E3C; }

 p { color: rgb(49,62,60); }

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

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

 a { background-color: rgb(49,62,60); }

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

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

 span { border-color: rgb(49,62,60); }

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