#313E3D

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

Shades of Firefly #313E3D

Tints of Firefly #313E3D

Color information

#313E3D (or 0x313E3D) is unknown color: approx Firefly. HEX triplet: 31, 3E and 3D. RGB value is (49,62,61). Sum of RGB (Red+Green+Blue) = 49+62+61=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 62 - color contains mainly: green. Hex color #313E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E3D is #CEC1C2. Grayscale: #393939. Windows color (decimal): -13550019 or 4013617. OLE color: 4013617.

HSL color Cylindrical-coordinate representation of color #313E3D: hue angle of 175.38º 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 #313E3D is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB496261-
CMYK0.2100.020.76
HSL175.38º11.71%21.76%-
HSV(B)175.38º20.97%24.31%-
XYZ3.834.445.07-
YUV58129.69121.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=28.49%
G=36.05%
B=35.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4962610.2100.020.76175.3811.7121.76
Hex313E3D15024Cafc16
Octal61767525021142571426
Binary11000111111011110110101010100110010101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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