Html Css Color HEX #3A4746 Firefly

📋 copy color: '#3A4746'

red 58 ◦ green 71 ◦ blue 70

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

Shades of Firefly #3A4746

Tints of Firefly #3A4746

RGB

 RED value IS 58 (23.05% from 255) = 29.15%

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 29.15%
G = 35.68%
B = 35.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#3A4746 (or 0x3A4746) is known color: Firefly. HEX triplet: 3A, 47 and 46. RGB value is (58,71,70). Sum of RGB (Red+Green+Blue) = 58+71+70=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4746 is #C5B8B9. Grayscale: #424242. Windows color (decimal): -12957882 or 4605754. OLE color: 4605754.

HSL color Cylindrical-coordinate representation of color #3A4746: hue angle of 175.38º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3A4746 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 70 -
CMYK 0.18 0 0.01 0.72
HSL 175.38º 0.1% 0.25% -
HSV(B) 175.38º 0.18% 0.28% -
XYZ 5.1 5.85 6.65 -
YUV 67 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 58 71 70 0.18 0 0.01 0.72 175.38 0.1 0.25
Hex 3A 47 46 12 0 1 48 AF A 19
Octal 72 107 106 22 0 1 110 257 12 31
Binary 111010 1000111 1000110 10010 0 1 1001000 10101111 1010 11001

Color Harmonies of #3A4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4746

Black with #3A4746

Text Example


Text Example

White with #3A4746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,70); }

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

background-color css

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

 a { background-color: rgb(58,71,70); }

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

border-color css

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

 span { border-color: rgb(58,71,70); }

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