#384646

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

Shades of Firefly #384646

Tints of Firefly #384646

Color information

#384646 (or 0x384646) is unknown color: approx Firefly. HEX triplet: 38, 46 and 46. RGB value is (56,70,70). Sum of RGB (Red+Green+Blue) = 56+70+70=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #384646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384646 is #C7B9B9. Grayscale: #414141. Windows color (decimal): -13089210 or 4605496. OLE color: 4605496.

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

Color convert

RGB567070-
CMYK0.20000.73
HSL180º11.11%24.71%-
HSV(B)180º20%27.45%-
XYZ4.935.666.63-
YUV65.81130.36121-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=28.57%
G=35.71%
B=35.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670700.20000.7318011.1124.71
Hex384646140049b4b19
Octal7010610624001112641331
Binary111000100011010001101010000100100110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384646; }

 p { color: rgb(56,70,70); }

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

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

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

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

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

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

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