Html Css Color HEX #394946 Firefly

📋 copy color: '#394946'

red 57 ◦ green 73 ◦ blue 70

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

Shades of Firefly #394946

Tints of Firefly #394946

RGB

 RED value IS 57 (22.66% from 255) = 28.5%

 GREEN value IS 73 (28.91% from 255) = 36.5%

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

R = 28.5%
G = 36.5%
B = 35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#394946 (or 0x394946) is known color: Firefly. HEX triplet: 39, 49 and 46. RGB value is (57,73,70). Sum of RGB (Red+Green+Blue) = 57+73+70=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 73 - color contains mainly: green. Hex color #394946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394946 is #C6B6B9. Grayscale: #434343. Windows color (decimal): -13022906 or 4606265. OLE color: 4606265.

HSL color Cylindrical-coordinate representation of color #394946: hue angle of 168.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394946 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 70 -
CMYK 0.22 0 0.04 0.71
HSL 168.75º 0.12% 0.25% -
HSV(B) 168.75º 0.22% 0.29% -
XYZ 5.18 6.08 6.69 -
YUV 67.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 57 73 70 0.22 0 0.04 0.71 168.75 0.12 0.25
Hex 39 49 46 16 0 4 47 A9 C 19
Octal 71 111 106 26 0 4 107 251 14 31
Binary 111001 1001001 1000110 10110 0 100 1000111 10101001 1100 11001

Color Harmonies of #394946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394946

Black with #394946

Text Example


Text Example

White with #394946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394946; }

 p { color: rgb(57,73,70); }

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

background-color css

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

 a { background-color: rgb(57,73,70); }

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

border-color css

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

 span { border-color: rgb(57,73,70); }

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