Html Css Color HEX #394947 Firefly

📋 copy color: '#394947'

red 57 ◦ green 73 ◦ blue 71

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

Shades of Firefly #394947

Tints of Firefly #394947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 28.36%
G = 36.32%
B = 35.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#394947 (or 0x394947) is known color: Firefly. HEX triplet: 39, 49 and 47. RGB value is (57,73,71). Sum of RGB (Red+Green+Blue) = 57+73+71=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #394947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394947 is #C6B6B8. Grayscale: #434343. Windows color (decimal): -13022905 or 4671801. OLE color: 4671801.

HSL color Cylindrical-coordinate representation of color #394947: hue angle of 172.5º 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 #394947 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 71 -
CMYK 0.22 0 0.03 0.71
HSL 172.5º 0.12% 0.25% -
HSV(B) 172.5º 0.22% 0.29% -
XYZ 5.21 6.09 6.86 -
YUV 67.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 57 73 71 0.22 0 0.03 0.71 172.5 0.12 0.25
Hex 39 49 47 16 0 3 47 AC C 19
Octal 71 111 107 26 0 3 107 254 14 31
Binary 111001 1001001 1000111 10110 0 11 1000111 10101100 1100 11001

Color Harmonies of #394947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394947

Black with #394947

Text Example


Text Example

White with #394947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394947; }

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

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

background-color css

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

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

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

border-color css

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

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

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