Html Css Color HEX #324342 Firefly

📋 copy color: '#324342'

red 50 ◦ green 67 ◦ blue 66

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

Shades of Firefly #324342

Tints of Firefly #324342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 27.32%
G = 36.61%
B = 36.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#324342 (or 0x324342) is known color: Firefly. HEX triplet: 32, 43 and 42. RGB value is (50,67,66). Sum of RGB (Red+Green+Blue) = 50+67+66=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #324342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324342 is #CDBCBD. Grayscale: #3D3D3D. Windows color (decimal): -13483198 or 4342578. OLE color: 4342578.

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

Color convert

RGB 50 67 66 -
CMYK 0.25 0 0.01 0.74
HSL 176.47º 0.15% 0.23% -
HSV(B) 176.47º 0.25% 0.26% -
XYZ 4.31 5.09 5.91 -
YUV 61.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 50 67 66 0.25 0 0.01 0.74 176.47 0.15 0.23
Hex 32 43 42 19 0 1 4A B0 F 17
Octal 62 103 102 31 0 1 112 260 17 27
Binary 110010 1000011 1000010 11001 0 1 1001010 10110000 1111 10111

Color Harmonies of #324342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324342

Black with #324342

Text Example


Text Example

White with #324342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324342; }

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

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

background-color css

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

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

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

border-color css

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

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

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