#354843

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

Shades of Firefly #354843

Tints of Firefly #354843

Color information

#354843 (or 0x354843) is unknown color: approx Firefly. HEX triplet: 35, 48 and 43. RGB value is (53,72,67). Sum of RGB (Red+Green+Blue) = 53+72+67=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #354843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354843 is #CAB7BC. Grayscale: #414141. Windows color (decimal): -13285309 or 4409397. OLE color: 4409397.

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

Color convert

RGB537267-
CMYK0.2600.070.72
HSL164.21º15.2%24.51%-
HSV(B)164.21º26.39%28.24%-
XYZ4.85.86.18-
YUV65.75128.71118.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=27.60%
G=37.5%
B=34.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372670.2600.070.72164.2115.224.51
Hex3548431A0748a4f19
Octal6511010332071102441731
Binary11010110010001000011110100111100100010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354843; }

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

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

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

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

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

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

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

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