Html Css Color HEX #394646 Firefly

📋 copy color: '#394646'

red 57 ◦ green 70 ◦ blue 70

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

Shades of Firefly #394646

Tints of Firefly #394646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

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

R = 28.93%
G = 35.53%
B = 35.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#394646 (or 0x394646) is known color: Firefly. HEX triplet: 39, 46 and 46. RGB value is (57,70,70). Sum of RGB (Red+Green+Blue) = 57+70+70=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #394646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394646 is #C6B9B9. Grayscale: #424242. Windows color (decimal): -13023674 or 4605497. OLE color: 4605497.

HSL color Cylindrical-coordinate representation of color #394646: hue angle of 180º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #394646 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 70 70 -
CMYK 0.19 0 0 0.73
HSL 180º 0.1% 0.25% -
HSV(B) 180º 0.19% 0.27% -
XYZ 4.98 5.69 6.63 -
YUV 66.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 57 70 70 0.19 0 0 0.73 180 0.1 0.25
Hex 39 46 46 13 0 0 49 B4 A 19
Octal 71 106 106 23 0 0 111 264 12 31
Binary 111001 1000110 1000110 10011 0 0 1001001 10110100 1010 11001

Color Harmonies of #394646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394646

Black with #394646

Text Example


Text Example

White with #394646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394646; }

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

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

background-color css

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

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

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

border-color css

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

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

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