Html Css Color HEX #3A4845 Firefly

📋 copy color: '#3A4845'

red 58 ◦ green 72 ◦ blue 69

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

Shades of Firefly #3A4845

Tints of Firefly #3A4845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 29.15%
G = 36.18%
B = 34.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#3A4845 (or 0x3A4845) is known color: Firefly. HEX triplet: 3A, 48 and 45. RGB value is (58,72,69). Sum of RGB (Red+Green+Blue) = 58+72+69=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4845 is #C5B7BA. Grayscale: #434343. Windows color (decimal): -12957627 or 4540474. OLE color: 4540474.

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

Color convert

RGB 58 72 69 -
CMYK 0.19 0 0.04 0.72
HSL 167.14º 0.11% 0.25% -
HSV(B) 167.14º 0.19% 0.28% -
XYZ 5.14 5.96 6.51 -
YUV 67.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 58 72 69 0.19 0 0.04 0.72 167.14 0.11 0.25
Hex 3A 48 45 13 0 4 48 A7 B 19
Octal 72 110 105 23 0 4 110 247 13 31
Binary 111010 1001000 1000101 10011 0 100 1001000 10100111 1011 11001

Color Harmonies of #3A4845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4845

Black with #3A4845

Text Example


Text Example

White with #3A4845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,69); }

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

background-color css

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

 a { background-color: rgb(58,72,69); }

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

border-color css

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

 span { border-color: rgb(58,72,69); }

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