Html Css Color HEX #324746 Firefly

📋 copy color: '#324746'

red 50 ◦ green 71 ◦ blue 70

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

Shades of Firefly #324746

Tints of Firefly #324746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 26.18%
G = 37.17%
B = 36.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#324746 (or 0x324746) is known color: Firefly. HEX triplet: 32, 47 and 46. RGB value is (50,71,70). Sum of RGB (Red+Green+Blue) = 50+71+70=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #324746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324746 is #CDB8B9. Grayscale: #404040. Windows color (decimal): -13482170 or 4605746. OLE color: 4605746.

HSL color Cylindrical-coordinate representation of color #324746: hue angle of 177.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324746 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 70 -
CMYK 0.30 0 0.01 0.72
HSL 177.14º 0.17% 0.24% -
HSV(B) 177.14º 0.3% 0.28% -
XYZ 4.67 5.63 6.63 -
YUV 64.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 50 71 70 0.30 0 0.01 0.72 177.14 0.17 0.24
Hex 32 47 46 1E 0 1 48 B1 11 18
Octal 62 107 106 36 0 1 110 261 21 30
Binary 110010 1000111 1000110 11110 0 1 1001000 10110001 10001 11000

Color Harmonies of #324746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324746

Black with #324746

Text Example


Text Example

White with #324746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324746; }

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

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

background-color css

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

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

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

border-color css

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

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

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