#354845

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

Shades of Firefly #354845

Tints of Firefly #354845

Color information

#354845 (or 0x354845) is unknown color: approx Firefly. HEX triplet: 35, 48 and 45. RGB value is (53,72,69). Sum of RGB (Red+Green+Blue) = 53+72+69=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #354845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354845 is #CAB7BA. Grayscale: #414141. Windows color (decimal): -13285307 or 4540469. OLE color: 4540469.

HSL color Cylindrical-coordinate representation of color #354845: hue angle of 170.53º 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 #354845 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB537269-
CMYK0.2600.040.72
HSL170.53º15.2%24.51%-
HSV(B)170.53º26.39%28.24%-
XYZ4.865.826.5-
YUV65.98129.71118.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=27.32%
G=37.11%
B=35.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372690.2600.040.72170.5315.224.51
Hex3548451A0448abf19
Octal6511010532041102531731
Binary11010110010001000101110100100100100010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354845; }

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

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

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

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

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

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

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

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