#354944

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

Shades of Firefly #354944

Tints of Firefly #354944

Color information

#354944 (or 0x354944) is unknown color: approx Firefly. HEX triplet: 35, 49 and 44. RGB value is (53,73,68). Sum of RGB (Red+Green+Blue) = 53+73+68=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #354944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354944 is #CAB6BB. Grayscale: #424242. Windows color (decimal): -13285052 or 4475189. OLE color: 4475189.

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

Color convert

RGB537368-
CMYK0.2700.070.71
HSL165º15.87%24.71%-
HSV(B)165º27.4%28.63%-
XYZ4.895.946.36-
YUV66.45128.87118.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=27.32%
G=37.63%
B=35.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373680.2700.070.7116515.8724.71
Hex3549441B0747a51019
Octal6511110433071072452031
Binary110101100100110001001101101111000111101001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354944; }

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

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

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

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

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

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

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

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