#354D48

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

Shades of Firefly #354D48

Tints of Firefly #354D48

Color information

#354D48 (or 0x354D48) is unknown color: approx Firefly. HEX triplet: 35, 4D and 48. RGB value is (53,77,72). Sum of RGB (Red+Green+Blue) = 53+77+72=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 77 - color contains mainly: green. Hex color #354D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D48 is #CAB2B7. Grayscale: #454545. Windows color (decimal): -13284024 or 4738357. OLE color: 4738357.

HSL color Cylindrical-coordinate representation of color #354D48: hue angle of 167.5º 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 #354D48 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB537772-
CMYK0.3100.060.70
HSL167.5º18.46%25.49%-
HSV(B)167.5º31.17%30.2%-
XYZ5.296.537.11-
YUV69.25129.55116.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=26.24%
G=38.12%
B=35.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5377720.3100.060.70167.518.4625.49
Hex354D481F0646a81219
Octal6511511037061062502231
Binary110101100110110010001111101101000110101010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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