#324946

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

Shades of Firefly #324946

Tints of Firefly #324946

Color information

#324946 (or 0x324946) is unknown color: approx Firefly. HEX triplet: 32, 49 and 46. RGB value is (50,73,70). Sum of RGB (Red+Green+Blue) = 50+73+70=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #324946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324946 is #CDB6B9. Grayscale: #414141. Windows color (decimal): -13481658 or 4606258. OLE color: 4606258.

HSL color Cylindrical-coordinate representation of color #324946: hue angle of 172.17º 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 #324946 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB507370-
CMYK0.3200.040.71
HSL172.17º18.7%24.12%-
HSV(B)172.17º31.51%28.63%-
XYZ4.85.896.68-
YUV65.78130.38116.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=25.91%
G=37.82%
B=36.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073700.3200.040.71172.1718.724.12
Hex324946200447ac1318
Octal6211110640041072542330
Binary1100101001001100011010000001001000111101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324946; }

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

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

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

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

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

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

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

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