Html Css Color HEX #324C47 Firefly

📋 copy color: '#324C47'

red 50 ◦ green 76 ◦ blue 71

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

Shades of Firefly #324C47

Tints of Firefly #324C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

 BLUE value IS 71 (28.13% from 255) = 36.04%

R = 25.38%
G = 38.58%
B = 36.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#324C47 (or 0x324C47) is known color: Firefly. HEX triplet: 32, 4C and 47. RGB value is (50,76,71). Sum of RGB (Red+Green+Blue) = 50+76+71=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #324C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C47 is #CDB3B8. Grayscale: #434343. Windows color (decimal): -13480889 or 4672562. OLE color: 4672562.

HSL color Cylindrical-coordinate representation of color #324C47: hue angle of 168.46º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C47 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 76 71 -
CMYK 0.34 0 0.07 0.70
HSL 168.46º 0.21% 0.25% -
HSV(B) 168.46º 0.34% 0.3% -
XYZ 5.04 6.3 6.91 -
YUV 67.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 50 76 71 0.34 0 0.07 0.70 168.46 0.21 0.25
Hex 32 4C 47 22 0 7 46 A8 15 19
Octal 62 114 107 42 0 7 106 250 25 31
Binary 110010 1001100 1000111 100010 0 111 1000110 10101000 10101 11001

Color Harmonies of #324C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C47

Black with #324C47

Text Example


Text Example

White with #324C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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