#354844

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

Shades of Firefly #354844

Tints of Firefly #354844

Color information

#354844 (or 0x354844) is unknown color: approx Firefly. HEX triplet: 35, 48 and 44. RGB value is (53,72,68). Sum of RGB (Red+Green+Blue) = 53+72+68=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #354844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354844 is #CAB7BB. Grayscale: #414141. Windows color (decimal): -13285308 or 4474933. OLE color: 4474933.

HSL color Cylindrical-coordinate representation of color #354844: hue angle of 167.37º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354844 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB537268-
CMYK0.2600.060.72
HSL167.37º15.2%24.51%-
HSV(B)167.37º26.39%28.24%-
XYZ4.835.816.34-
YUV65.86129.21118.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 68 (26.95% from 255) = 35.23%
R=27.46%
G=37.31%
B=35.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372680.2600.060.72167.3715.224.51
Hex3548441A0648a7f19
Octal6511010432061102471731
Binary11010110010001000100110100110100100010100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354844; }

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

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

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

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

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

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

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

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