#354B48

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

Shades of Firefly #354B48

Tints of Firefly #354B48

Color information

#354B48 (or 0x354B48) is unknown color: approx Firefly. HEX triplet: 35, 4B and 48. RGB value is (53,75,72). Sum of RGB (Red+Green+Blue) = 53+75+72=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #354B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B48 is #CAB4B7. Grayscale: #444444. Windows color (decimal): -13284536 or 4737845. OLE color: 4737845.

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

Color convert

RGB537572-
CMYK0.2900.040.71
HSL171.82º17.19%25.1%-
HSV(B)171.82º29.33%29.41%-
XYZ5.156.267.07-
YUV68.08130.21117.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 36%
R=26.5%
G=37.5%
B=36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375720.2900.040.71171.8217.1925.1
Hex354B481D0447ac1119
Octal6511311035041072542131
Binary110101100101110010001110101001000111101011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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