#324944

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

Shades of Firefly #324944

Tints of Firefly #324944

Color information

#324944 (or 0x324944) is unknown color: approx Firefly. HEX triplet: 32, 49 and 44. RGB value is (50,73,68). Sum of RGB (Red+Green+Blue) = 50+73+68=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #324944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324944 is #CDB6BB. Grayscale: #414141. Windows color (decimal): -13481660 or 4475186. OLE color: 4475186.

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

Color convert

RGB507368-
CMYK0.3200.070.71
HSL166.96º18.7%24.12%-
HSV(B)166.96º31.51%28.63%-
XYZ4.745.866.35-
YUV65.55129.38116.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=26.18%
G=38.22%
B=35.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073680.3200.070.71166.9618.724.12
Hex324944200747a71318
Octal6211110440071072472330
Binary1100101001001100010010000001111000111101001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324944; }

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

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

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

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

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

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

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

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