#354847

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

Shades of Firefly #354847

Tints of Firefly #354847

Color information

#354847 (or 0x354847) is unknown color: approx Firefly. HEX triplet: 35, 48 and 47. RGB value is (53,72,71). Sum of RGB (Red+Green+Blue) = 53+72+71=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #354847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354847 is #CAB7B8. Grayscale: #424242. Windows color (decimal): -13285305 or 4671541. OLE color: 4671541.

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

Color convert

RGB537271-
CMYK0.2600.010.72
HSL176.84º15.2%24.51%-
HSV(B)176.84º26.39%28.24%-
XYZ4.925.856.83-
YUV66.2130.71118.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=27.04%
G=36.73%
B=36.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372710.2600.010.72176.8415.224.51
Hex3548471A0148b1f19
Octal6511010732011102611731
Binary110101100100010001111101001100100010110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354847; }

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

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

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

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

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

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

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

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