Html Css Color HEX #394845 Firefly

📋 copy color: '#394845'

red 57 ◦ green 72 ◦ blue 69

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

Shades of Firefly #394845

Tints of Firefly #394845

RGB

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

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

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

R = 28.79%
G = 36.36%
B = 34.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#394845 (or 0x394845) is known color: Firefly. HEX triplet: 39, 48 and 45. RGB value is (57,72,69). Sum of RGB (Red+Green+Blue) = 57+72+69=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #394845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394845 is #C6B7BA. Grayscale: #434343. Windows color (decimal): -13023163 or 4540473. OLE color: 4540473.

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

Color convert

RGB 57 72 69 -
CMYK 0.21 0 0.04 0.72
HSL 168º 0.12% 0.25% -
HSV(B) 168º 0.21% 0.28% -
XYZ 5.08 5.93 6.51 -
YUV 67.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 57 72 69 0.21 0 0.04 0.72 168 0.12 0.25
Hex 39 48 45 15 0 4 48 A8 C 19
Octal 71 110 105 25 0 4 110 250 14 31
Binary 111001 1001000 1000101 10101 0 100 1001000 10101000 1100 11001

Color Harmonies of #394845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394845

Black with #394845

Text Example


Text Example

White with #394845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394845; }

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

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

background-color css

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

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

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

border-color css

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

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

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