#324C48

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

Shades of Firefly #324C48

Tints of Firefly #324C48

Color information

#324C48 (or 0x324C48) is unknown color: approx Firefly. HEX triplet: 32, 4C and 48. RGB value is (50,76,72). Sum of RGB (Red+Green+Blue) = 50+76+72=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 76 - color contains mainly: green. Hex color #324C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C48 is #CDB3B7. Grayscale: #434343. Windows color (decimal): -13480888 or 4738098. OLE color: 4738098.

HSL color Cylindrical-coordinate representation of color #324C48: hue angle of 170.77º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C48 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB507672-
CMYK0.3400.050.70
HSL170.77º20.63%24.71%-
HSV(B)170.77º34.21%29.8%-
XYZ5.076.317.08-
YUV67.77130.39115.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=25.25%
G=38.38%
B=36.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5076720.3400.050.70170.7720.6324.71
Hex324C48220546ab1519
Octal6211411042051062532531
Binary1100101001100100100010001001011000110101010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,72); }

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

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

 a { background-color: rgb(50,76,72); }

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

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

 span { border-color: rgb(50,76,72); }

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