#344541

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

Shades of Firefly #344541

Tints of Firefly #344541

Color information

#344541 (or 0x344541) is unknown color: approx Firefly. HEX triplet: 34, 45 and 41. RGB value is (52,69,65). Sum of RGB (Red+Green+Blue) = 52+69+65=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #344541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344541 is #CBBABE. Grayscale: #3F3F3F. Windows color (decimal): -13351615 or 4277556. OLE color: 4277556.

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

Color convert

RGB526965-
CMYK0.2500.060.73
HSL165.88º14.05%23.73%-
HSV(B)165.88º24.64%27.06%-
XYZ4.55.375.8-
YUV63.46128.87119.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=27.96%
G=37.10%
B=34.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269650.2500.060.73165.8814.0523.73
Hex344541190649a6e18
Octal6410510131061112461630
Binary11010010001011000001110010110100100110100110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344541; }

 p { color: rgb(52,69,65); }

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

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

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

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

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

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

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