#344846

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

Shades of Firefly #344846

Tints of Firefly #344846

Color information

#344846 (or 0x344846) is unknown color: approx Firefly. HEX triplet: 34, 48 and 46. RGB value is (52,72,70). Sum of RGB (Red+Green+Blue) = 52+72+70=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #344846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344846 is #CBB7B9. Grayscale: #414141. Windows color (decimal): -13350842 or 4606004. OLE color: 4606004.

HSL color Cylindrical-coordinate representation of color #344846: hue angle of 174º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #344846 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB527270-
CMYK0.2800.030.72
HSL174º16.13%24.31%-
HSV(B)174º27.78%28.24%-
XYZ4.845.816.66-
YUV65.79130.37118.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=26.80%
G=37.11%
B=36.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272700.2800.030.7217416.1324.31
Hex3448461C0348ae1018
Octal6411010634031102562030
Binary11010010010001000110111000111001000101011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344846; }

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

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

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

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

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

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

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

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