Html Css Color HEX #394645 Firefly

📋 copy color: '#394645'

red 57 ◦ green 70 ◦ blue 69

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

Shades of Firefly #394645

Tints of Firefly #394645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.71%

 BLUE value IS 69 (27.34% from 255) = 35.2%

R = 29.08%
G = 35.71%
B = 35.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#394645 (or 0x394645) is known color: Firefly. HEX triplet: 39, 46 and 45. RGB value is (57,70,69). Sum of RGB (Red+Green+Blue) = 57+70+69=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 70 - color contains mainly: green. Hex color #394645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394645 is #C6B9BA. Grayscale: #414141. Windows color (decimal): -13023675 or 4539961. OLE color: 4539961.

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

Color convert

RGB 57 70 69 -
CMYK 0.19 0 0.01 0.73
HSL 175.38º 0.1% 0.25% -
HSV(B) 175.38º 0.19% 0.27% -
XYZ 4.95 5.68 6.47 -
YUV 66 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 57 70 69 0.19 0 0.01 0.73 175.38 0.1 0.25
Hex 39 46 45 13 0 1 49 AF A 19
Octal 71 106 105 23 0 1 111 257 12 31
Binary 111001 1000110 1000101 10011 0 1 1001001 10101111 1010 11001

Color Harmonies of #394645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394645

Black with #394645

Text Example


Text Example

White with #394645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394645; }

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

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

background-color css

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

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

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

border-color css

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

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

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