Html Css Color HEX #324544 Firefly

📋 copy color: '#324544'

red 50 ◦ green 69 ◦ blue 68

#324544
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #324544

Tints of Firefly #324544

RGB

 RED value IS 50 (19.92% from 255) = 26.74%

 GREEN value IS 69 (27.34% from 255) = 36.9%

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 26.74%
G = 36.9%
B = 36.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#324544 (or 0x324544) is known color: Firefly. HEX triplet: 32, 45 and 44. RGB value is (50,69,68). Sum of RGB (Red+Green+Blue) = 50+69+68=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #324544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324544 is #CDBABB. Grayscale: #3F3F3F. Windows color (decimal): -13482684 or 4474162. OLE color: 4474162.

HSL color Cylindrical-coordinate representation of color #324544: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #324544 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 68 -
CMYK 0.28 0 0.01 0.73
HSL 176.84º 0.16% 0.23% -
HSV(B) 176.84º 0.28% 0.27% -
XYZ 4.49 5.35 6.27 -
YUV 63.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 50 69 68 0.28 0 0.01 0.73 176.84 0.16 0.23
Hex 32 45 44 1C 0 1 49 B1 10 17
Octal 62 105 104 34 0 1 111 261 20 27
Binary 110010 1000101 1000100 11100 0 1 1001001 10110001 10000 10111

Color Harmonies of #324544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324544

Black with #324544

Text Example


Text Example

White with #324544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324544; }

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

 H1.HeaderClassName
 {
   color: #324544;
 }
 .AnyTagClassName
 {
   color: #324544;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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