Html Css Color HEX #394544 Firefly

📋 copy color: '#394544'

red 57 ◦ green 69 ◦ blue 68

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

Shades of Firefly #394544

Tints of Firefly #394544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

 BLUE value IS 68 (26.95% from 255) = 35.05%

R = 29.38%
G = 35.57%
B = 35.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#394544 (or 0x394544) is known color: Firefly. HEX triplet: 39, 45 and 44. RGB value is (57,69,68). Sum of RGB (Red+Green+Blue) = 57+69+68=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 69 - color contains mainly: green. Hex color #394544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394544 is #C6BABB. Grayscale: #414141. Windows color (decimal): -13023932 or 4474169. OLE color: 4474169.

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

Color convert

RGB 57 69 68 -
CMYK 0.17 0 0.01 0.73
HSL 175º 0.1% 0.25% -
HSV(B) 175º 0.17% 0.27% -
XYZ 4.86 5.54 6.28 -
YUV 65.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 57 69 68 0.17 0 0.01 0.73 175 0.1 0.25
Hex 39 45 44 11 0 1 49 AF A 19
Octal 71 105 104 21 0 1 111 257 12 31
Binary 111001 1000101 1000100 10001 0 1 1001001 10101111 1010 11001

Color Harmonies of #394544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394544

Black with #394544

Text Example


Text Example

White with #394544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394544; }

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

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

background-color css

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

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

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

border-color css

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

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

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