Html Css Color HEX #324341 Firefly

📋 copy color: '#324341'

red 50 ◦ green 67 ◦ blue 65

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

Shades of Firefly #324341

Tints of Firefly #324341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

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

R = 27.47%
G = 36.81%
B = 35.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#324341 (or 0x324341) is known color: Firefly. HEX triplet: 32, 43 and 41. RGB value is (50,67,65). Sum of RGB (Red+Green+Blue) = 50+67+65=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 67 - color contains mainly: green. Hex color #324341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324341 is #CDBCBE. Grayscale: #3D3D3D. Windows color (decimal): -13483199 or 4277042. OLE color: 4277042.

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

Color convert

RGB 50 67 65 -
CMYK 0.25 0 0.03 0.74
HSL 172.94º 0.15% 0.23% -
HSV(B) 172.94º 0.25% 0.26% -
XYZ 4.28 5.07 5.76 -
YUV 61.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 50 67 65 0.25 0 0.03 0.74 172.94 0.15 0.23
Hex 32 43 41 19 0 3 4A AD F 17
Octal 62 103 101 31 0 3 112 255 17 27
Binary 110010 1000011 1000001 11001 0 11 1001010 10101101 1111 10111

Color Harmonies of #324341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324341

Black with #324341

Text Example


Text Example

White with #324341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324341; }

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

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

background-color css

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

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

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

border-color css

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

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

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