#314644

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

Shades of Firefly #314644

Tints of Firefly #314644

Color information

#314644 (or 0x314644) is unknown color: approx Firefly. HEX triplet: 31, 46 and 44. RGB value is (49,70,68). Sum of RGB (Red+Green+Blue) = 49+70+68=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #314644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314644 is #CEB9BB. Grayscale: #3F3F3F. Windows color (decimal): -13547964 or 4474417. OLE color: 4474417.

HSL color Cylindrical-coordinate representation of color #314644: hue angle of 174.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314644 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB497068-
CMYK0.3000.030.73
HSL174.29º17.65%23.33%-
HSV(B)174.29º30%27.45%-
XYZ4.55.456.28-
YUV63.49130.54117.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=26.20%
G=37.43%
B=36.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970680.3000.030.73174.2917.6523.33
Hex3146441E0349ae1217
Octal6110610436031112562227
Binary11000110001101000100111100111001001101011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314644; }

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

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

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

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

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

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

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

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