Html Css Color HEX #324948 Firefly

📋 copy color: '#324948'

red 50 ◦ green 73 ◦ blue 72

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

Shades of Firefly #324948

Tints of Firefly #324948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 25.64%
G = 37.44%
B = 36.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#324948 (or 0x324948) is known color: Firefly. HEX triplet: 32, 49 and 48. RGB value is (50,73,72). Sum of RGB (Red+Green+Blue) = 50+73+72=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #324948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324948 is #CDB6B7. Grayscale: #414141. Windows color (decimal): -13481656 or 4737330. OLE color: 4737330.

HSL color Cylindrical-coordinate representation of color #324948: hue angle of 177.39º 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 #324948 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 72 -
CMYK 0.32 0 0.01 0.71
HSL 177.39º 0.19% 0.24% -
HSV(B) 177.39º 0.32% 0.29% -
XYZ 4.87 5.91 7.02 -
YUV 66.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 50 73 72 0.32 0 0.01 0.71 177.39 0.19 0.24
Hex 32 49 48 20 0 1 47 B1 13 18
Octal 62 111 110 40 0 1 107 261 23 30
Binary 110010 1001001 1001000 100000 0 1 1000111 10110001 10011 11000

Color Harmonies of #324948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324948

Black with #324948

Text Example


Text Example

White with #324948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324948; }

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

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

background-color css

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

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

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

border-color css

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

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

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