Html Css Color HEX #3C4342 Firefly

📋 copy color: '#3C4342'

red 60 ◦ green 67 ◦ blue 66

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

Shades of Firefly #3C4342

Tints of Firefly #3C4342

RGB

 RED value IS 60 (23.83% from 255) = 31.09%

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

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

R = 31.09%
G = 34.72%
B = 34.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#3C4342 (or 0x3C4342) is known color: Firefly. HEX triplet: 3C, 43 and 42. RGB value is (60,67,66). Sum of RGB (Red+Green+Blue) = 60+67+66=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4342 is #C3BCBD. Grayscale: #404040. Windows color (decimal): -12827838 or 4342588. OLE color: 4342588.

HSL color Cylindrical-coordinate representation of color #3C4342: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3C4342 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 67 66 -
CMYK 0.10 0 0.01 0.74
HSL 171.43º 0.06% 0.25% -
HSV(B) 171.43º 0.1% 0.26% -
XYZ 4.85 5.37 5.93 -
YUV 64.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 60 67 66 0.10 0 0.01 0.74 171.43 0.06 0.25
Hex 3C 43 42 A 0 1 4A AB 6 19
Octal 74 103 102 12 0 1 112 253 6 31
Binary 111100 1000011 1000010 1010 0 1 1001010 10101011 110 11001

Color Harmonies of #3C4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4342

Black with #3C4342

Text Example


Text Example

White with #3C4342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C4342; }

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

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

background-color css

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

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

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

border-color css

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

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

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