Html Css Color HEX #324541 Firefly

📋 copy color: '#324541'

red 50 ◦ green 69 ◦ blue 65

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

Shades of Firefly #324541

Tints of Firefly #324541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 27.17%
G = 37.5%
B = 35.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#324541 (or 0x324541) is known color: Firefly. HEX triplet: 32, 45 and 41. RGB value is (50,69,65). Sum of RGB (Red+Green+Blue) = 50+69+65=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 69 - color contains mainly: green. Hex color #324541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324541 is #CDBABE. Grayscale: #3E3E3E. Windows color (decimal): -13482687 or 4277554. OLE color: 4277554.

HSL color Cylindrical-coordinate representation of color #324541: hue angle of 167.37º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #324541 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 65 -
CMYK 0.28 0 0.06 0.73
HSL 167.37º 0.16% 0.23% -
HSV(B) 167.37º 0.28% 0.27% -
XYZ 4.4 5.32 5.8 -
YUV 62.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 50 69 65 0.28 0 0.06 0.73 167.37 0.16 0.23
Hex 32 45 41 1C 0 6 49 A7 10 17
Octal 62 105 101 34 0 6 111 247 20 27
Binary 110010 1000101 1000001 11100 0 110 1001001 10100111 10000 10111

Color Harmonies of #324541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324541

Black with #324541

Text Example


Text Example

White with #324541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324541; }

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

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

background-color css

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

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

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

border-color css

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

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

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