Html Css Color HEX #394442 Firefly

📋 copy color: '#394442'

red 57 ◦ green 68 ◦ blue 66

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

Shades of Firefly #394442

Tints of Firefly #394442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 29.84%
G = 35.6%
B = 34.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#394442 (or 0x394442) is known color: Firefly. HEX triplet: 39, 44 and 42. RGB value is (57,68,66). Sum of RGB (Red+Green+Blue) = 57+68+66=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 68 - color contains mainly: green. Hex color #394442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394442 is #C6BBBD. Grayscale: #404040. Windows color (decimal): -13024190 or 4342841. OLE color: 4342841.

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

Color convert

RGB 57 68 66 -
CMYK 0.16 0 0.03 0.73
HSL 169.09º 0.09% 0.25% -
HSV(B) 169.09º 0.16% 0.27% -
XYZ 4.74 5.4 5.95 -
YUV 64.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 57 68 66 0.16 0 0.03 0.73 169.09 0.09 0.25
Hex 39 44 42 10 0 3 49 A9 9 19
Octal 71 104 102 20 0 3 111 251 11 31
Binary 111001 1000100 1000010 10000 0 11 1001001 10101001 1001 11001

Color Harmonies of #394442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394442

Black with #394442

Text Example


Text Example

White with #394442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394442; }

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

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

background-color css

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

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

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

border-color css

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

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

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