#324240

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

Shades of Firefly #324240

Tints of Firefly #324240

Color information

#324240 (or 0x324240) is unknown color: approx Firefly. HEX triplet: 32, 42 and 40. RGB value is (50,66,64). Sum of RGB (Red+Green+Blue) = 50+66+64=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 66 - color contains mainly: green. Hex color #324240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324240 is #CDBDBF. Grayscale: #3C3C3C. Windows color (decimal): -13483456 or 4211250. OLE color: 4211250.

HSL color Cylindrical-coordinate representation of color #324240: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #324240 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB506664-
CMYK0.2400.030.74
HSL172.5º13.79%22.75%-
HSV(B)172.5º24.24%25.88%-
XYZ4.194.945.58-
YUV60.99129.7120.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=27.78%
G=36.67%
B=35.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066640.2400.030.74172.513.7922.75
Hex32424018034Aace17
Octal6210210030031122541627
Binary1100101000010100000011000011100101010101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324240; }

 p { color: rgb(50,66,64); }

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

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

 a { background-color: rgb(50,66,64); }

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

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

 span { border-color: rgb(50,66,64); }

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