#354A48

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

Shades of Firefly #354A48

Tints of Firefly #354A48

Color information

#354A48 (or 0x354A48) is unknown color: approx Firefly. HEX triplet: 35, 4A and 48. RGB value is (53,74,72). Sum of RGB (Red+Green+Blue) = 53+74+72=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 74 - color contains mainly: green. Hex color #354A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A48 is #CAB5B7. Grayscale: #434343. Windows color (decimal): -13284792 or 4737589. OLE color: 4737589.

HSL color Cylindrical-coordinate representation of color #354A48: hue angle of 174.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #354A48 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB537472-
CMYK0.2800.030.71
HSL174.29º16.54%24.9%-
HSV(B)174.29º28.38%29.02%-
XYZ5.096.127.04-
YUV67.49130.54117.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=26.63%
G=37.19%
B=36.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5374720.2800.030.71174.2916.5424.9
Hex354A481C0347ae1119
Octal6511211034031072562131
Binary11010110010101001000111000111000111101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354A48; }

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

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

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

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

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

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

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

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