#324947

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

Shades of Firefly #324947

Tints of Firefly #324947

Color information

#324947 (or 0x324947) is unknown color: approx Firefly. HEX triplet: 32, 49 and 47. RGB value is (50,73,71). Sum of RGB (Red+Green+Blue) = 50+73+71=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #324947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324947 is #CDB6B8. Grayscale: #414141. Windows color (decimal): -13481657 or 4671794. OLE color: 4671794.

HSL color Cylindrical-coordinate representation of color #324947: hue angle of 174.78º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324947 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB507371-
CMYK0.3200.030.71
HSL174.78º18.7%24.12%-
HSV(B)174.78º31.51%28.63%-
XYZ4.845.96.84-
YUV65.9130.88116.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=25.77%
G=37.63%
B=36.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073710.3200.030.71174.7818.724.12
Hex324947200347af1318
Octal6211110740031072572330
Binary110010100100110001111000000111000111101011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324947; }

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

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

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

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

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

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

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

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