#344646

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

Shades of Firefly #344646

Tints of Firefly #344646

Color information

#344646 (or 0x344646) is unknown color: approx Firefly. HEX triplet: 34, 46 and 46. RGB value is (52,70,70). Sum of RGB (Red+Green+Blue) = 52+70+70=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #344646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344646 is #CBB9B9. Grayscale: #404040. Windows color (decimal): -13351354 or 4605492. OLE color: 4605492.

HSL color Cylindrical-coordinate representation of color #344646: hue angle of 180º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #344646 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB527070-
CMYK0.26000.73
HSL180º14.75%23.92%-
HSV(B)180º25.71%27.45%-
XYZ4.715.556.62-
YUV64.62131.04119-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=27.08%
G=36.46%
B=36.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270700.26000.7318014.7523.92
Hex3446461A0049b4f18
Octal6410610632001112641730
Binary110100100011010001101101000100100110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344646; }

 p { color: rgb(52,70,70); }

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

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

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

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

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

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

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