#324845

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

Shades of Firefly #324845

Tints of Firefly #324845

Color information

#324845 (or 0x324845) is unknown color: approx Firefly. HEX triplet: 32, 48 and 45. RGB value is (50,72,69). Sum of RGB (Red+Green+Blue) = 50+72+69=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #324845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324845 is #CDB7BA. Grayscale: #414141. Windows color (decimal): -13481915 or 4540466. OLE color: 4540466.

HSL color Cylindrical-coordinate representation of color #324845: hue angle of 171.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324845 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB507269-
CMYK0.3100.040.72
HSL171.82º18.03%23.92%-
HSV(B)171.82º30.56%28.24%-
XYZ4.715.746.49-
YUV65.08130.21117.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=26.18%
G=37.70%
B=36.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072690.3100.040.72171.8218.0323.92
Hex3248451F0448ac1218
Octal6211010537041102542230
Binary110010100100010001011111101001001000101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324845; }

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

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

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

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

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

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

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

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