#354443

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

Shades of Firefly #354443

Tints of Firefly #354443

Color information

#354443 (or 0x354443) is unknown color: approx Firefly. HEX triplet: 35, 44 and 43. RGB value is (53,68,67). Sum of RGB (Red+Green+Blue) = 53+68+67=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #354443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354443 is #CABBBC. Grayscale: #3F3F3F. Windows color (decimal): -13286333 or 4408373. OLE color: 4408373.

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

Color convert

RGB536867-
CMYK0.2200.010.73
HSL176º12.4%23.73%-
HSV(B)176º22.06%26.67%-
XYZ4.555.36.09-
YUV63.4130.03120.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=28.19%
G=36.17%
B=35.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368670.2200.010.7317612.423.73
Hex354443160149b0c18
Octal6510410326011112601430
Binary110101100010010000111011001100100110110000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354443; }

 p { color: rgb(53,68,67); }

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

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

 a { background-color: rgb(53,68,67); }

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

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

 span { border-color: rgb(53,68,67); }

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