Html Css Color HEX #394140 Firefly

📋 copy color: '#394140'

red 57 ◦ green 65 ◦ blue 64

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

Shades of Firefly #394140

Tints of Firefly #394140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 30.65%
G = 34.95%
B = 34.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#394140 (or 0x394140) is known color: Firefly. HEX triplet: 39, 41 and 40. RGB value is (57,65,64). Sum of RGB (Red+Green+Blue) = 57+65+64=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 65 - color contains mainly: green. Hex color #394140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394140 is #C6BEBF. Grayscale: #3E3E3E. Windows color (decimal): -13024960 or 4211001. OLE color: 4211001.

HSL color Cylindrical-coordinate representation of color #394140: hue angle of 172.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #394140 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 64 -
CMYK 0.12 0 0.02 0.75
HSL 172.5º 0.07% 0.24% -
HSV(B) 172.5º 0.12% 0.25% -
XYZ 4.5 5.02 5.58 -
YUV 62.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 57 65 64 0.12 0 0.02 0.75 172.5 0.07 0.24
Hex 39 41 40 C 0 2 4B AC 7 18
Octal 71 101 100 14 0 2 113 254 7 30
Binary 111001 1000001 1000000 1100 0 10 1001011 10101100 111 11000

Color Harmonies of #394140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394140

Black with #394140

Text Example


Text Example

White with #394140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394140; }

 p { color: rgb(57,65,64); }

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

background-color css

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

 a { background-color: rgb(57,65,64); }

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

border-color css

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

 span { border-color: rgb(57,65,64); }

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