#324745

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

Shades of Firefly #324745

Tints of Firefly #324745

Color information

#324745 (or 0x324745) is unknown color: approx Firefly. HEX triplet: 32, 47 and 45. RGB value is (50,71,69). Sum of RGB (Red+Green+Blue) = 50+71+69=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #324745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324745 is #CDB8BA. Grayscale: #404040. Windows color (decimal): -13482171 or 4540210. OLE color: 4540210.

HSL color Cylindrical-coordinate representation of color #324745: hue angle of 174.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324745 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB507169-
CMYK0.3000.030.72
HSL174.29º17.36%23.73%-
HSV(B)174.29º29.58%27.84%-
XYZ4.645.616.47-
YUV64.49130.54117.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=26.32%
G=37.37%
B=36.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071690.3000.030.72174.2917.3623.73
Hex3247451E0348ae1118
Octal6210710536031102562130
Binary11001010001111000101111100111001000101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324745; }

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

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

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

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

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

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

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

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