#324340

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

Shades of Firefly #324340

Tints of Firefly #324340

Color information

#324340 (or 0x324340) is unknown color: approx Firefly. HEX triplet: 32, 43 and 40. RGB value is (50,67,64). Sum of RGB (Red+Green+Blue) = 50+67+64=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #324340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324340 is #CDBCBF. Grayscale: #3D3D3D. Windows color (decimal): -13483200 or 4211506. OLE color: 4211506.

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

Color convert

RGB506764-
CMYK0.2500.040.74
HSL169.41º14.53%22.94%-
HSV(B)169.41º25.37%26.27%-
XYZ4.255.065.6-
YUV61.58129.37119.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=27.62%
G=37.02%
B=35.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067640.2500.040.74169.4114.5322.94
Hex32434019044Aa9f17
Octal6210310031041122511727
Binary11001010000111000000110010100100101010101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324340; }

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

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

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

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

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

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

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

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