Html Css Color HEX #324340 Firefly

📋 copy color: '#324340'

red 50 ◦ green 67 ◦ blue 64

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

Shades of Firefly #324340

Tints of Firefly #324340

RGB

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

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

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

R = 27.62%
G = 37.02%
B = 35.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#324340 (or 0x324340) is known color: Firefly. HEX triplet: 32, 43 and 40. RGB value is (50,67,64). Sum of RGB (Red+Green+Blue) = 50+67+64=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #324340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324340 is #CDBCBF. Grayscale: #3D3D3D. Windows color (decimal): -13483200 or 4211506. OLE color: 4211506.

HSL color Cylindrical-coordinate representation of color #324340: hue angle of 169.41º 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 #324340 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 67 64 -
CMYK 0.25 0 0.04 0.74
HSL 169.41º 0.15% 0.23% -
HSV(B) 169.41º 0.25% 0.26% -
XYZ 4.25 5.06 5.6 -
YUV 61.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 50 67 64 0.25 0 0.04 0.74 169.41 0.15 0.23
Hex 32 43 40 19 0 4 4A A9 F 17
Octal 62 103 100 31 0 4 112 251 17 27
Binary 110010 1000011 1000000 11001 0 100 1001010 10101001 1111 10111

Color Harmonies of #324340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324340

Black with #324340

Text Example


Text Example

White with #324340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324340; }

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

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

background-color css

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

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

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

border-color css

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

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

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