#384746

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

Shades of Firefly #384746

Tints of Firefly #384746

Color information

#384746 (or 0x384746) is unknown color: approx Firefly. HEX triplet: 38, 47 and 46. RGB value is (56,71,70). Sum of RGB (Red+Green+Blue) = 56+71+70=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 71 - color contains mainly: green. Hex color #384746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384746 is #C7B8B9. Grayscale: #424242. Windows color (decimal): -13088954 or 4605752. OLE color: 4605752.

HSL color Cylindrical-coordinate representation of color #384746: hue angle of 176º 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 #384746 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB567170-
CMYK0.2100.010.72
HSL176º11.81%24.9%-
HSV(B)176º21.13%27.84%-
XYZ4.995.796.65-
YUV66.4130.03120.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=28.43%
G=36.04%
B=35.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671700.2100.010.7217611.8124.9
Hex384746150148b0c19
Octal7010710625011102601431
Binary111000100011110001101010101100100010110000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384746; }

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

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

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

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

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

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

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

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