#344642

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

Shades of Firefly #344642

Tints of Firefly #344642

Color information

#344642 (or 0x344642) is unknown color: approx Firefly. HEX triplet: 34, 46 and 42. RGB value is (52,70,66). Sum of RGB (Red+Green+Blue) = 52+70+66=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #344642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344642 is #CBB9BD. Grayscale: #404040. Windows color (decimal): -13351358 or 4343348. OLE color: 4343348.

HSL color Cylindrical-coordinate representation of color #344642: hue angle of 166.67º 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 #344642 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB527066-
CMYK0.2600.060.73
HSL166.67º14.75%23.92%-
HSV(B)166.67º25.71%27.45%-
XYZ4.595.55.97-
YUV64.16129.04119.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=27.66%
G=37.23%
B=35.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270660.2600.060.73166.6714.7523.92
Hex3446421A0649a7f18
Octal6410610232061112471730
Binary11010010001101000010110100110100100110100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344642; }

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

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

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

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

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

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

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

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