Html Css Color HEX #324A45 Firefly

📋 copy color: '#324A45'

red 50 ◦ green 74 ◦ blue 69

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

Shades of Firefly #324A45

Tints of Firefly #324A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

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

R = 25.91%
G = 38.34%
B = 35.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#324A45 (or 0x324A45) is known color: Firefly. HEX triplet: 32, 4A and 45. RGB value is (50,74,69). Sum of RGB (Red+Green+Blue) = 50+74+69=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #324A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A45 is #CDB5BA. Grayscale: #424242. Windows color (decimal): -13481403 or 4540978. OLE color: 4540978.

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

Color convert

RGB 50 74 69 -
CMYK 0.32 0 0.07 0.71
HSL 167.5º 0.19% 0.24% -
HSV(B) 167.5º 0.32% 0.29% -
XYZ 4.84 6.01 6.53 -
YUV 66.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 50 74 69 0.32 0 0.07 0.71 167.5 0.19 0.24
Hex 32 4A 45 20 0 7 47 A8 13 18
Octal 62 112 105 40 0 7 107 250 23 30
Binary 110010 1001010 1000101 100000 0 111 1000111 10101000 10011 11000

Color Harmonies of #324A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A45

Black with #324A45

Text Example


Text Example

White with #324A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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