#394845

Color #394845 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #394845

Tints of Firefly #394845

Color information

#394845 (or 0x394845) is unknown color: approx Firefly. HEX triplet: 39, 48 and 45. RGB value is (57,72,69). Sum of RGB (Red+Green+Blue) = 57+72+69=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #394845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394845 is #C6B7BA. Grayscale: #434343. Windows color (decimal): -13023163 or 4540473. OLE color: 4540473.

HSL color Cylindrical-coordinate representation of color #394845: hue angle of 168º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #394845 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB577269-
CMYK0.2100.040.72
HSL168º11.63%25.29%-
HSV(B)168º20.83%28.24%-
XYZ5.085.936.51-
YUV67.17129.03120.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=28.79%
G=36.36%
B=34.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772690.2100.040.7216811.6325.29
Hex394845150448a8c19
Octal7111010525041102501431
Binary11100110010001000101101010100100100010101000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394845; }

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

 H1.HeaderClassName
 {
   color: #394845;
 }
 .AnyTagClassName
 {
   color: #394845;
 }
</style>
background-color css

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

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

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

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

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

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