Html Css Color HEX #3A4744 Firefly

📋 copy color: '#3A4744'

red 58 ◦ green 71 ◦ blue 68

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

Shades of Firefly #3A4744

Tints of Firefly #3A4744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 29.44%
G = 36.04%
B = 34.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#3A4744 (or 0x3A4744) is known color: Firefly. HEX triplet: 3A, 47 and 44. RGB value is (58,71,68). Sum of RGB (Red+Green+Blue) = 58+71+68=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4744 is #C5B8BB. Grayscale: #424242. Windows color (decimal): -12957884 or 4474682. OLE color: 4474682.

HSL color Cylindrical-coordinate representation of color #3A4744: hue angle of 166.15º 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 #3A4744 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 68 -
CMYK 0.18 0 0.04 0.72
HSL 166.15º 0.1% 0.25% -
HSV(B) 166.15º 0.18% 0.28% -
XYZ 5.04 5.82 6.33 -
YUV 66.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 58 71 68 0.18 0 0.04 0.72 166.15 0.1 0.25
Hex 3A 47 44 12 0 4 48 A6 A 19
Octal 72 107 104 22 0 4 110 246 12 31
Binary 111010 1000111 1000100 10010 0 100 1001000 10100110 1010 11001

Color Harmonies of #3A4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4744

Black with #3A4744

Text Example


Text Example

White with #3A4744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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