Html Css Color HEX #394745 Firefly

📋 copy color: '#394745'

red 57 ◦ green 71 ◦ blue 69

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

Shades of Firefly #394745

Tints of Firefly #394745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

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

R = 28.93%
G = 36.04%
B = 35.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#394745 (or 0x394745) is known color: Firefly. HEX triplet: 39, 47 and 45. RGB value is (57,71,69). Sum of RGB (Red+Green+Blue) = 57+71+69=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 71 - color contains mainly: green. Hex color #394745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394745 is #C6B8BA. Grayscale: #424242. Windows color (decimal): -13023419 or 4540217. OLE color: 4540217.

HSL color Cylindrical-coordinate representation of color #394745: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #394745 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 71 69 -
CMYK 0.20 0 0.03 0.72
HSL 171.43º 0.11% 0.25% -
HSV(B) 171.43º 0.2% 0.28% -
XYZ 5.01 5.81 6.49 -
YUV 66.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 57 71 69 0.20 0 0.03 0.72 171.43 0.11 0.25
Hex 39 47 45 14 0 3 48 AB B 19
Octal 71 107 105 24 0 3 110 253 13 31
Binary 111001 1000111 1000101 10100 0 11 1001000 10101011 1011 11001

Color Harmonies of #394745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394745

Black with #394745

Text Example


Text Example

White with #394745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394745; }

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

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

background-color css

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

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

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

border-color css

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

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

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