Html Css Color HEX #394342 Firefly

📋 copy color: '#394342'

red 57 ◦ green 67 ◦ blue 66

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

Shades of Firefly #394342

Tints of Firefly #394342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.26%

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

R = 30%
G = 35.26%
B = 34.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#394342 (or 0x394342) is known color: Firefly. HEX triplet: 39, 43 and 42. RGB value is (57,67,66). Sum of RGB (Red+Green+Blue) = 57+67+66=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 67 - color contains mainly: green. Hex color #394342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394342 is #C6BCBD. Grayscale: #3F3F3F. Windows color (decimal): -13024446 or 4342585. OLE color: 4342585.

HSL color Cylindrical-coordinate representation of color #394342: hue angle of 174º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #394342 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 67 66 -
CMYK 0.15 0 0.01 0.74
HSL 174º 0.08% 0.24% -
HSV(B) 174º 0.15% 0.26% -
XYZ 4.68 5.28 5.93 -
YUV 63.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 57 67 66 0.15 0 0.01 0.74 174 0.08 0.24
Hex 39 43 42 F 0 1 4A AE 8 18
Octal 71 103 102 17 0 1 112 256 10 30
Binary 111001 1000011 1000010 1111 0 1 1001010 10101110 1000 11000

Color Harmonies of #394342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394342

Black with #394342

Text Example


Text Example

White with #394342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394342; }

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

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

background-color css

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

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

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

border-color css

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

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

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