#294543

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

Shades of Firefly #294543

Tints of Firefly #294543

Color information

#294543 (or 0x294543) is unknown color: approx Firefly. HEX triplet: 29, 45 and 43. RGB value is (41,69,67). Sum of RGB (Red+Green+Blue) = 41+69+67=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #294543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294543 is #D6BABC. Grayscale: #3C3C3C. Windows color (decimal): -14072509 or 4408617. OLE color: 4408617.

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

Color convert

RGB416967-
CMYK0.4100.030.73
HSL175.71º25.45%21.57%-
HSV(B)175.71º40.58%27.06%-
XYZ4.065.136.09-
YUV60.4131.72114.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 67 (26.56% from 255) = 37.85%
R=23.16%
G=38.98%
B=37.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169670.4100.030.73175.7125.4521.57
Hex294543290349b01916
Octal5110510351031112603126
Binary101001100010110000111010010111001001101100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294543; }

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

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

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

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

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

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

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

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