#344543

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

Shades of Firefly #344543

Tints of Firefly #344543

Color information

#344543 (or 0x344543) is unknown color: approx Firefly. HEX triplet: 34, 45 and 43. RGB value is (52,69,67). Sum of RGB (Red+Green+Blue) = 52+69+67=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #344543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344543 is #CBBABC. Grayscale: #3F3F3F. Windows color (decimal): -13351613 or 4408628. OLE color: 4408628.

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

Color convert

RGB526967-
CMYK0.2500.030.73
HSL172.94º14.05%23.73%-
HSV(B)172.94º24.64%27.06%-
XYZ4.565.396.11-
YUV63.69129.87119.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=27.66%
G=36.70%
B=35.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269670.2500.030.73172.9414.0523.73
Hex344543190349ade18
Octal6410510331031112551630
Binary1101001000101100001111001011100100110101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344543; }

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

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

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

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

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

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

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

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