Html Css Color HEX #394542 Firefly

📋 copy color: '#394542'

red 57 ◦ green 69 ◦ blue 66

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

Shades of Firefly #394542

Tints of Firefly #394542

RGB

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

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

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

R = 29.69%
G = 35.94%
B = 34.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#394542 (or 0x394542) is known color: Firefly. HEX triplet: 39, 45 and 42. RGB value is (57,69,66). Sum of RGB (Red+Green+Blue) = 57+69+66=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #394542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394542 is #C6BABD. Grayscale: #414141. Windows color (decimal): -13023934 or 4343097. OLE color: 4343097.

HSL color Cylindrical-coordinate representation of color #394542: hue angle of 165º 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 #394542 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 69 66 -
CMYK 0.17 0 0.04 0.73
HSL 165º 0.1% 0.25% -
HSV(B) 165º 0.17% 0.27% -
XYZ 4.8 5.52 5.97 -
YUV 65.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 57 69 66 0.17 0 0.04 0.73 165 0.1 0.25
Hex 39 45 42 11 0 4 49 A5 A 19
Octal 71 105 102 21 0 4 111 245 12 31
Binary 111001 1000101 1000010 10001 0 100 1001001 10100101 1010 11001

Color Harmonies of #394542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394542

Black with #394542

Text Example


Text Example

White with #394542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394542; }

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

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

background-color css

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

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

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

border-color css

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

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

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