Html Css Color HEX #3A4240 Firefly

📋 copy color: '#3A4240'

red 58 ◦ green 66 ◦ blue 64

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

Shades of Firefly #3A4240

Tints of Firefly #3A4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 64 (25.39% from 255) = 34.04%

R = 30.85%
G = 35.11%
B = 34.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#3A4240 (or 0x3A4240) is known color: Firefly. HEX triplet: 3A, 42 and 40. RGB value is (58,66,64). Sum of RGB (Red+Green+Blue) = 58+66+64=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 66 - color contains mainly: green. Hex color #3A4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4240 is #C5BDBF. Grayscale: #3F3F3F. Windows color (decimal): -12959168 or 4211258. OLE color: 4211258.

HSL color Cylindrical-coordinate representation of color #3A4240: hue angle of 165º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A4240 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 66 64 -
CMYK 0.12 0 0.03 0.74
HSL 165º 0.06% 0.24% -
HSV(B) 165º 0.12% 0.26% -
XYZ 4.62 5.17 5.6 -
YUV 63.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 58 66 64 0.12 0 0.03 0.74 165 0.06 0.24
Hex 3A 42 40 C 0 3 4A A5 6 18
Octal 72 102 100 14 0 3 112 245 6 30
Binary 111010 1000010 1000000 1100 0 11 1001010 10100101 110 11000

Color Harmonies of #3A4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4240

Black with #3A4240

Text Example


Text Example

White with #3A4240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,66,64); }

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

background-color css

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

 a { background-color: rgb(58,66,64); }

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

border-color css

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

 span { border-color: rgb(58,66,64); }

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