#354D49

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

Shades of Firefly #354D49

Tints of Firefly #354D49

Color information

#354D49 (or 0x354D49) is unknown color: approx Firefly. HEX triplet: 35, 4D and 49. RGB value is (53,77,73). Sum of RGB (Red+Green+Blue) = 53+77+73=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #354D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D49 is #CAB2B6. Grayscale: #454545. Windows color (decimal): -13284023 or 4803893. OLE color: 4803893.

HSL color Cylindrical-coordinate representation of color #354D49: hue angle of 170º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D49 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB537773-
CMYK0.3100.050.70
HSL170º18.46%25.49%-
HSV(B)170º31.17%30.2%-
XYZ5.326.557.29-
YUV69.37130.05116.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=26.11%
G=37.93%
B=35.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5377730.3100.050.7017018.4625.49
Hex354D491F0546aa1219
Octal6511511137051062522231
Binary110101100110110010011111101011000110101010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,73); }

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

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

 a { background-color: rgb(53,77,73); }

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

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

 span { border-color: rgb(53,77,73); }

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