Html Css Color HEX #324240 Firefly

📋 copy color: '#324240'

red 50 ◦ green 66 ◦ blue 64

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

Shades of Firefly #324240

Tints of Firefly #324240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 27.78%
G = 36.67%
B = 35.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#324240 (or 0x324240) is known color: Firefly. HEX triplet: 32, 42 and 40. RGB value is (50,66,64). Sum of RGB (Red+Green+Blue) = 50+66+64=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 66 - color contains mainly: green. Hex color #324240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324240 is #CDBDBF. Grayscale: #3C3C3C. Windows color (decimal): -13483456 or 4211250. OLE color: 4211250.

HSL color Cylindrical-coordinate representation of color #324240: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #324240 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 66 64 -
CMYK 0.24 0 0.03 0.74
HSL 172.5º 0.14% 0.23% -
HSV(B) 172.5º 0.24% 0.26% -
XYZ 4.19 4.94 5.58 -
YUV 60.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 50 66 64 0.24 0 0.03 0.74 172.5 0.14 0.23
Hex 32 42 40 18 0 3 4A AC E 17
Octal 62 102 100 30 0 3 112 254 16 27
Binary 110010 1000010 1000000 11000 0 11 1001010 10101100 1110 10111

Color Harmonies of #324240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324240

Black with #324240

Text Example


Text Example

White with #324240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324240; }

 p { color: rgb(50,66,64); }

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

background-color css

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

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

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

border-color css

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

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

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