Html Css Color HEX #324545 Firefly

📋 copy color: '#324545'

red 50 ◦ green 69 ◦ blue 69

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

Shades of Firefly #324545

Tints of Firefly #324545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 26.6%
G = 36.7%
B = 36.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#324545 (or 0x324545) is known color: Firefly. HEX triplet: 32, 45 and 45. RGB value is (50,69,69). Sum of RGB (Red+Green+Blue) = 50+69+69=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #324545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324545 is #CDBABA. Grayscale: #3F3F3F. Windows color (decimal): -13482683 or 4539698. OLE color: 4539698.

HSL color Cylindrical-coordinate representation of color #324545: hue angle of 180º 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 #324545 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 69 -
CMYK 0.28 0 0 0.73
HSL 180º 0.16% 0.23% -
HSV(B) 180º 0.28% 0.27% -
XYZ 4.52 5.36 6.43 -
YUV 63.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 50 69 69 0.28 0 0 0.73 180 0.16 0.23
Hex 32 45 45 1C 0 0 49 B4 10 17
Octal 62 105 105 34 0 0 111 264 20 27
Binary 110010 1000101 1000101 11100 0 0 1001001 10110100 10000 10111

Color Harmonies of #324545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324545

Black with #324545

Text Example


Text Example

White with #324545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324545; }

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

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

background-color css

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

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

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

border-color css

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

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

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