#324E49

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

Shades of Firefly #324E49

Tints of Firefly #324E49

Color information

#324E49 (or 0x324E49) is unknown color: approx Firefly. HEX triplet: 32, 4E and 49. RGB value is (50,78,73). Sum of RGB (Red+Green+Blue) = 50+78+73=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #324E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E49 is #CDB1B6. Grayscale: #454545. Windows color (decimal): -13480375 or 4804146. OLE color: 4804146.

HSL color Cylindrical-coordinate representation of color #324E49: hue angle of 169.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #324E49 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB507873-
CMYK0.3600.060.69
HSL169.29º21.88%25.1%-
HSV(B)169.29º35.9%30.59%-
XYZ5.246.617.3-
YUV69.06130.22114.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=24.88%
G=38.81%
B=36.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078730.3600.060.69169.2921.8825.1
Hex324E49240645a91619
Octal6211611144061052512631
Binary1100101001110100100110010001101000101101010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324E49; }

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

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

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

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

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

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

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

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