#344340

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

Shades of Firefly #344340

Tints of Firefly #344340

Color information

#344340 (or 0x344340) is unknown color: approx Firefly. HEX triplet: 34, 43 and 40. RGB value is (52,67,64). Sum of RGB (Red+Green+Blue) = 52+67+64=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #344340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344340 is #CBBCBF. Grayscale: #3E3E3E. Windows color (decimal): -13352128 or 4211508. OLE color: 4211508.

HSL color Cylindrical-coordinate representation of color #344340: hue angle of 168º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #344340 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB526764-
CMYK0.2200.040.74
HSL168º12.61%23.33%-
HSV(B)168º22.39%26.27%-
XYZ4.355.115.61-
YUV62.17129.03120.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=28.42%
G=36.61%
B=34.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267640.2200.040.7416812.6123.33
Hex34434016044Aa8d17
Octal6410310026041122501527
Binary11010010000111000000101100100100101010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344340; }

 p { color: rgb(52,67,64); }

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

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

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

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

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

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

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